Centcomm death rattle implant (#36113)

* behold!

* minor name change 👍

* Remove fields 👍

* Changes it to parent off DeathRattleImplant

* Adds implants round start and fixes hypothetical bug

* Update Resources/Prototypes/Entities/Mobs/Player/humanoid.yml

As per slarticodefast's suggestion

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

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
UpAndLeaves
2025-04-05 16:21:10 +00:00
committed by GitHub
parent 67a9809a5e
commit d083842f1f
8 changed files with 57 additions and 5 deletions

View File

@@ -16,6 +16,6 @@ public sealed partial class RattleComponent : Component
public LocId CritMessage = "deathrattle-implant-critical-message";
// The message that the implant will send when dead
[DataField("deathMessage")]
[DataField]
public LocId DeathMessage = "deathrattle-implant-dead-message";
}