From 9bed13b84d260d0ab92ffa6e97260407ab08cb58 Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 23 May 2022 08:27:28 -0400 Subject: [PATCH 1/2] Make all base mobs disease carriers --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index 383a2bde1ac2..06a9b84c5096 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -130,6 +130,7 @@ - type: Pullable - type: Buckle - type: Recyclable + - type: DiseaseCarrier safe: false - type: StandingState - type: Alerts From 761bb8654a89ccdb244edc2c87df7057670d65a5 Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 23 May 2022 09:53:08 -0400 Subject: [PATCH 2/2] Stupid dumb moment --- Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml index 06a9b84c5096..606dd615c04c 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/simplemob.yml @@ -129,8 +129,8 @@ - type: Polymorphable - type: Pullable - type: Buckle - - type: Recyclable - type: DiseaseCarrier + - type: Recyclable safe: false - type: StandingState - type: Alerts