* Adds AtmosCooldown to tiles, so they stop being active after a certain number of cycles without a cooldown reset.
* Fixes adjacentTileLength in ProcessCell. It wasn't being set beforehand, (probably) causing some incorrect air shares.
* Removing a tile from active tiles no longer unexcites every other tile in their excited group. (Basically, Dismantle in ExcitedGroup's Dispose() method no longer unexcites tiles)
* Added sprites and lights, handcuffs and PDA box.
* Syringe and Beaker
* Adds flashbang latex and a sterile mask
* Adds a box to store those sterile masks
* Adds donkpocket box WHY WASN'T THIS IN ALREADY I'LL KILL YOU ALL AHHHHH
* Makes inhand boxes grey
* Security boxes now have proper layer
* Adds meson, sechud, and better inhands
* Adds survival box (no o2 can or injector because they're not included yet
* Adds survival box sprites
* Blank commit
* Adds filled backpacks for starting-gear
* Moves filled backpacks to a sensible place
* Builds now
* Fixes rsi
* Assets
* LightingBehaviours, flares, and such.
* More changes
* More changes, more flare work.
* More work on flares + light behaviours
* another refactor
* missed
* Light behaviours refactor, added sfx, improved graphics, improved lighting effects for glowstick and flare.
* remove unneeded value
* nullables
* remove old code
* nullable
* one last push
* net id
* more work
* more colors for glowsticks
* Adjust flare so it fades in
* fix name
* sprite fix
* Moved the uplink creation code to the PresetSuspicion.Start method to ensure uplink created when we give the traitor role
Moved the starting TC balance to cvars
* Added isVital flag for body parts
Automatically killing creature if last vital body part removed
Marked head as vital part
* Hurt Command
* Fixed not sending help
* Removed unused import
* Use IDamageableComponent
* Optional entityuid arg
* Reviews
* Allow DamageTypes too
* who wrote this
* reviews
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
* -Makes PlayerList scrollable
-Player names clip when they are too long
-Shows Player count
* Add padding to make columns more noticeable
* -Added Separators between the columns
-Pushed List a bit down
* Add alternating row colors