From 2027ebad567ed4ddc527d4ecae579b8cfec86d22 Mon Sep 17 00:00:00 2001 From: wrexbe <81056464+wrexbe@users.noreply.github.com> Date: Sat, 18 Dec 2021 22:11:20 -0800 Subject: [PATCH] Fix cold damage crash on simplespacemobbase (#5820) --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index 4fa20fbc76..195c661e89 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -66,6 +66,9 @@ heatDamageThreshold: 360 coldDamageThreshold: 260 currentTemperature: 310.15 + coldDamage: + types: + Cold : 1 #per second, scales with temperature & other constants specificHeat: 42 heatDamage: types: