From 2c56f0a4ebfac5fe786d8f701c4c320be317354c Mon Sep 17 00:00:00 2001 From: Myctai <108953437+Myctai@users.noreply.github.com> Date: Sat, 23 Jul 2022 14:26:19 +0000 Subject: [PATCH] Fix thrusters using generic Burn damage group instead of Heat type (#9972) Getting high temperature, electric and frostbite burns at once is silly. --- .../Prototypes/Entities/Structures/Shuttles/thrusters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml index ddd22a5aff..28303ab9b3 100644 --- a/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml +++ b/Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml @@ -16,8 +16,8 @@ rotateWhileAnchored: true - type: Thruster damage: - groups: - Burn: 40 + types: + Heat: 40 - type: InteractionOutline - type: Sprite netsync: false