fish-station/Content.Shared/Clothing
Connor Huffine 4a460468d0
Improve ClothingSpeedModifier, Fix Paramedic Void Suit (#41820)
* Add RequireActivated bool

* Fix paramedic voidsuit

* Remove explicit check

This is actually unnecessarily verbose.

* Improve comment

* Update Content.Shared/Clothing/ClothingSpeedModifierSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Add cref linking

* Change reference from system to component

* Fix missing closing tag before anyone notices

* Add clarity about when this field is used.

* Add early return if not affected by toggling

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-12-10 18:52:55 +00:00
..
Components Clothing equipping doAfter tweak (#41732) 2025-12-08 11:20:42 +00:00
EntitySystems Fix visual bug with masks appearing to be pulled down after re-equipping (#40332) 2025-10-11 22:21:04 +00:00
ClothingEvents.cs Fix broken layer hiding on clothes with multiple equipment slots (#34080) 2025-03-21 00:30:47 +11:00
ClothingSpeedModifierComponent.cs Improve ClothingSpeedModifier, Fix Paramedic Void Suit (#41820) 2025-12-10 18:52:55 +00:00
ClothingSpeedModifierSystem.cs Improve ClothingSpeedModifier, Fix Paramedic Void Suit (#41820) 2025-12-10 18:52:55 +00:00
LoadoutSystem.cs Fix usages of TryIndex() (#39124) 2025-09-09 18:17:56 +02:00
MagbootsComponent.cs EVENT BASED WEIGHTLESSNESS (#37971) 2025-08-19 14:35:09 -04:00
MagbootsSystem.cs Cleanup warnings: CS0067, CS8509, CS8073 (#39770) 2025-09-23 15:11:29 +12:00
SharedCursedMaskSystem.cs Update DamageableSystem to modern standards (#39417) 2025-10-27 19:53:04 +00:00