From d5eef89e132f02b6d03ed45ed4b9eeb0fd0ef8bc Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 26 Nov 2017 21:26:35 -0500 Subject: [PATCH] Update parrot.dm --- code/modules/mob/living/simple_animal/parrot.dm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/mob/living/simple_animal/parrot.dm b/code/modules/mob/living/simple_animal/parrot.dm index 0bb72ef5cf..ffbeb1f503 100644 --- a/code/modules/mob/living/simple_animal/parrot.dm +++ b/code/modules/mob/living/simple_animal/parrot.dm @@ -59,13 +59,9 @@ friendly = "grooms" mob_size = MOB_SIZE_SMALL movement_type = FLYING -<<<<<<< HEAD - gold_core_spawnable = 2 + gold_core_spawnable = FRIENDLY_SPAWN devourable = TRUE no_vore = FALSE -======= - gold_core_spawnable = FRIENDLY_SPAWN ->>>>>>> 2abae67... Cleans up goldcore defines (#33090) var/parrot_damage_upper = 10 var/parrot_state = PARROT_WANDER //Hunt for a perch when created