From 3867b3585604006460000aac17a76b1c5801fb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20C=C3=A9sar=20Ueti?= <52474532+Mirino97@users.noreply.github.com> Date: Sat, 2 Jul 2022 23:49:35 -0300 Subject: [PATCH] Makes Xenos Insulated and Immune to diseases (#9369) --- Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml index 9e768d4c85..ec17984634 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml @@ -5,6 +5,9 @@ parent: SimpleSpaceMobBase description: They mostly come at night. Mostly. components: + - type: Insulated + - type: DiseaseProtection + protection: 1 - type: CombatMode canDisarm: true - type: PlayerInputMover