From b6fea33316be6244a5630dacf13f53d14ff64ca9 Mon Sep 17 00:00:00 2001 From: jughu Date: Mon, 30 Oct 2017 20:53:04 +0100 Subject: [PATCH 1/2] Removes statues from the gold slime pool (#32123) * Update statue.dm * Update statue.dm --- code/modules/mob/living/simple_animal/hostile/statue.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/statue.dm b/code/modules/mob/living/simple_animal/hostile/statue.dm index b207b82e26..8fc327702b 100644 --- a/code/modules/mob/living/simple_animal/hostile/statue.dm +++ b/code/modules/mob/living/simple_animal/hostile/statue.dm @@ -45,8 +45,6 @@ sight = SEE_SELF|SEE_MOBS|SEE_OBJS|SEE_TURFS anchored = TRUE - gold_core_spawnable = 1 - var/cannot_be_seen = 1 var/mob/living/creator = null