From: PicklOH <62030853+PicklOH@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:15:24 +0000 (-0400) Subject: Space Carp are fireproof now (#40820) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=f9e17647b5c0ea7734b71eae79a58c0c24fbb699;p=space-station-14.git Space Carp are fireproof now (#40820) Fish are more fireproof --- 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