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