* Add pet bag
* Trailing whitespace moment
* make the linter happy
* Fix trailing whitespace concern.
* Fix Construction component oopsy-daisy
* yml guideline moment
* remove weird extra whitespace
* make the maintainer happy
* Adjusted bag visuals based on feedback
* Allow the fox aghost admin to use pet bags
* Added Zombie faction roles everywhere that makes sense for initial infected to be associated with Zombies.
* Adding faction component to round start zombie. (not hopeful)
* Removed stupid attempts and added zombie faction component to the zombie system when the player is given the ability to force themself to zombify.
* Changed use of "zombie" for ProtoId<NpcFactionPrototype>
* Update Content.Server/Zombies/ZombieSystem.cs
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Server/Zombies/ZombieSystem.cs
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Removed faction component from ZombieOutbreak event. Shouldn't cause problems with the event as II gets component with their ability to self zombify.
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* swap HOP and vault, fix cams, new genpop, shit ton of stuff
* fixed some initialised open doors, added posters to HOP/EVA
* implemented suggestions and feedback, lots of things
* Added monkey/kobold emergency eva suit sprites, and the ability for them to wear it
* Added tag, fixed indentation
* Ok actually fixed the indentation this time
* Changed rat king to be antag
Rat King guide updated to show antag rules
Initial infected given zombie faction
Zombies given zombie faction too (not sure if redundant or not)
* Given zombie faction to Initial Infected and Zombies in mind_roles
* Changed MindRoleGhostRoleAntag to MindRoleGhostRoleSoloAntagonist
removed components from antag listings
* Removed changes for zombies
* Update Resources/Prototypes/Roles/Antags/zombie.yml
Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
* Update Resources/Prototypes/ai_factions.yml
Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
* Changed mob prototype to match
* Forgot solo again
---------
Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
* tweaked tear gas
* changed color of tear gas
* sped up metabolism rate of tear gas
* sped up tear gas passing more
* reduced tear gas content in grenades
* added threshold for better effect end timing
* removed clickable component from foams
* Suggestion changes
* Hide in spawn menu
---------
Co-authored-by: SlamBamActionman <slambamactionman@gmail.com>
* fix: only show pipe layer popups to the user changing them
* fix: don't show pipe layer subfloor popup when not using a screwdriver
* fix: properly pass down user and used for serverside pipe layer changes
Technically this doesn't matter as the Shared codepath for this method
doesn't actually use these on the server: only the user is used for a
clientside popup. Still, will be good to have these for future changes
that might need them.