From d1fe243b3efe61e8affe36fc3a9f8b4dfa66a43b Mon Sep 17 00:00:00 2001 From: Mervill Date: Sat, 22 Oct 2022 15:07:36 -0700 Subject: [PATCH] Slime corpses no longer rot or produce miasma (#12016) --- Resources/Prototypes/Entities/Mobs/Species/base.yml | 1 - Resources/Prototypes/Entities/Mobs/Species/human.yml | 1 + Resources/Prototypes/Entities/Mobs/Species/reptilian.yml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 43f20f238e..5470937e73 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -285,7 +285,6 @@ - type: MobPrice price: 1500 # Kidnapping a living person and selling them for cred is a good move. deathPenalty: 0.01 # However they really ought to be living and intact, otherwise they're worth 100x less. - - type: Perishable - type: entity save: false diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index 1b438f63dc..7413e179de 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -7,6 +7,7 @@ components: - type: Hunger - type: Thirst + - type: Perishable - type: entity name: Urist McHands diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 7a2e8e271d..fe5b6611cd 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -46,6 +46,7 @@ - type: MovementSpeedModifier baseWalkSpeed : 2.7 baseSprintSpeed : 4.5 + - type: Perishable - type: entity save: false