* Disable check
* vehicle test
* Make PAI stop instrument when turning off (player leaves/ejected)
* Give pAI an instrument component with a custom soundfont
* Add pAI synth program to custom ss14 soundfont
* Add new PAIMidi action that pAIs use to open their instruments
* Changed instrument component to allow its player to be the actor of its parent item
* Oops. Readds instrumentcomponent.
* ECS Changes
* Changed soundfont to ringtone
* Revert "Disable check"
This reverts commit 86001d8b5e94ee38d0c9504cb19826327b04fb16.
* Remove action parameters from ghost placeholder
* Revert "vehicle test"
This reverts commit 8a8ecf41083e0d5c8d4363ff02981bdab04bcd1c.
* Fixes to whitespace
* Even more fixes to whitespace
* Removed paiSynth sample from spacestation14.sf2
* Yet another indentation touchup
* Revert "Remove atmos archiving."
This reverts commit 7fa10bd17b.
* Explosive Depressurization now brings tiles down to TCMB.
* Tiles now specify heat capacity.
* Do not serialize archived gas mixture values.
* Remove bad idea
* dumb typo
* Space gas mixtures now have a harcoded heat capacity.
This is a bit of a hack, but rooms exposed to space now cool down properly when monstermos is disabled.
Huge thanks to @LemonInTheDark for helping me with this!
* Clean up heat capacity methods
* Better logging based on the original monstermos' logging
* Comment explosive depressurization hack better
Lanterns and hardhats have been upgraded to starting with PowerCellSmallHigh instead of the default of PowerCellSmallSmall.
Partially for standardization of lights and partially because having a light last only 2 minutes is annoying.
* Completely refactor how job spawning works
* Remove remains of old system.
* Squash the final bug, cleanup.
* Attempt to fix tests
* Adjusts packed's round-start crew roster, re-enables a bunch of old roles.
Also adds the Central Command Official as a proper role.
* pretty up ui
* refactor StationSystem into the correct folder & namespace.
* remove a log, make sure the lobby gets updated if a new map is spontaneously added.
* re-add accidentally removed log
* We do a little logging
* we do a little resolving
* we do a little documenting
* Renamed OverflowJob to FallbackOverflowJob
Allows stations to configure their own roundstart overflow job list.
* narrator: it did not compile
* oops
* support having no overflow jobs
* filescope for consistency
* small fixes
* Bumps a few role counts for Packed, namely engis
* log moment
* E
* Update Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
* Update Content.Server/Maps/GameMapPrototype.cs
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
* factored job logic, cleanup.
* e
* Address reviews
* Remove the concept of a "default" grid.
It has no future in our new multi-station world
* why was clickable using that in the first place
* fix bad evil bug that almost slipped through
also adds chemist
* rms obsolete things from chemist
* Adds a sanity fallback
* address reviews
* adds ability to set name
* fuck
* cleanup joingame
* New Guns (hopefully conflict free)
* solving conflicts
* forgot to delete old laser gun png
* Revert "forgot to delete old laser gun png"
This reverts commit 6273aff7a411f24484fdbde0757446ab7ab5f873.
* small corrections
* carbine
* uplink correction
* cog meta.json correction
* replace laser pistol
* svalinn inhands
* getting rid of my old lasergun
* forgot to delete the old lasergun from yml
* Revert "getting rid of my old lasergun"
This reverts commit 763caefd64f1497da5ff6ac5239e3c64b0a892c2.
* Revert "forgot to delete the old lasergun from yml"
This reverts commit 144f4533c44d29e56e5356389d498a437180fa1e.
* base.png and taser fire cost corrections
* last changes for this PR. the c20 and predator sprites. and corrected meta.json
* lowercased
Co-authored-by: and_a <and_a@DESKTOP-RJENGIR>
* Added Chemist Job
* Adds chemistry airlock and configures access for chemist and CMO.
* Chemistry job spawner and chemical locker access fix
* Uncommented chemistry duffel
* Gave cap chemistry access (AA isn't automated yet) and updated packedstation and saltern for chemist job
* Added Chemistry Maintance Door (Used on packedstation)
* ElectroSR fixed Saltern and Packed for me.