From cc4c330c4a9cd4eeaf499757e7924a061da701b3 Mon Sep 17 00:00:00 2001 From: WJohn Date: Wed, 5 Jun 2019 02:40:11 -0400 Subject: [PATCH] Changes dogs to neutral faction. (#44295) --- code/modules/mob/living/simple_animal/friendly/dog.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index 412ac9e853a..3654eb91df4 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -9,7 +9,7 @@ speak_emote = list("barks", "woofs") emote_hear = list("barks!", "woofs!", "yaps.","pants.") emote_see = list("shakes its head.", "chases its tail.","shivers.") - faction = list("dog") + faction = list("neutral") see_in_dark = 5 speak_chance = 1 turns_per_move = 10 @@ -483,7 +483,7 @@ icon_state = "narsian" icon_living = "narsian" icon_dead = "narsian_dead" - faction = list("dog", "cult") + faction = list("neutral", "cult") gold_core_spawnable = NO_SPAWN nofur = TRUE unique_pet = TRUE