fish-station/Content.Server/GameObjects/Components/Body
DrSmugleaf 4a2875dca6
Improve hurt command feedback and usability (#2559)
* Improve hurt command feedback and usability

* Move hurt command to its own separate class away from body commands

* NuLlAbLe

* NuLlAbLe part 2

* Change hurt command to use a string builder

* Char overload

* Give back the number of arguments when unexpected

* RemieMoment
2020-11-27 18:18:33 +11:00
..
Behavior Make mechanism behaviors properly update, fix eating and drinking (#2472) 2020-11-02 11:37:37 +01:00
Circulatory Change all of body system to use entities and components (#2074) 2020-10-10 15:25:13 +02:00
Part Add a command and verb to attach a body part to yourself (#2372) 2020-10-25 23:16:57 +01:00
Respiratory Gas tanks and masks (#2409) 2020-10-27 20:53:44 +01:00
BodyCommands.cs Improve hurt command feedback and usability (#2559) 2020-11-27 18:18:33 +11:00
BodyComponent.cs Make body parts properly use containers for mechanisms (#2290) 2020-10-18 11:20:10 +02:00
BodyManagerHealthChangeParams.cs Change all of body system to use entities and components (#2074) 2020-10-10 15:25:13 +02:00
BodyScannerComponent.cs Change all of body system to use entities and components (#2074) 2020-10-10 15:25:13 +02:00
MechanismComponent.cs Add arguments to part and mechanism event methods (#2293) 2020-10-19 15:23:59 +02:00
SurgeryToolComponent.cs Fix mechanism events not being called properly, add test (#2279) 2020-10-17 12:26:39 +02:00