]>
git.smokeofanarchy.ru Git - space-station-14.git/commit
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>