From f9e17647b5c0ea7734b71eae79a58c0c24fbb699 Mon Sep 17 00:00:00 2001 From: PicklOH <62030853+PicklOH@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:15:24 -0400 Subject: [PATCH] Space Carp are fireproof now (#40820) Fish are more fireproof --- Resources/Prototypes/Entities/Mobs/NPCs/carp.yml | 6 +++++- Resources/Prototypes/Entities/Mobs/Player/dragon.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml index 864d03cd2a..95392e9a28 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/carp.yml @@ -181,7 +181,11 @@ - type: HTN rootTask: task: DragonCarpCompound - + - type: Flammable + damage: + types: {} + - type: Temperature + heatDamageThreshold: 1200 - type: entity id: MobCarpDungeon parent: MobCarp diff --git a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml index 441751a80b..f4e6f1d39c 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/dragon.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/dragon.yml @@ -106,7 +106,7 @@ - RadiationProtection - Adrenaline - type: Temperature - heatDamageThreshold: 800 + heatDamageThreshold: 2400 - type: Metabolizer solutionOnBody: false updateInterval: 0.25