From 047f0bdd67e42ac7d9db3abfe6aeddbe5e346c04 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 28 May 2014 16:41:54 +0930 Subject: [PATCH] Fixes #4643 Conflicts: code/modules/mob/living/simple_animal/hostile/mimic.dm --- code/modules/mob/living/simple_animal/hostile/mimic.dm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mimic.dm b/code/modules/mob/living/simple_animal/hostile/mimic.dm index c858cc7b7ba..ab99aeb74a1 100644 --- a/code/modules/mob/living/simple_animal/hostile/mimic.dm +++ b/code/modules/mob/living/simple_animal/hostile/mimic.dm @@ -127,12 +127,7 @@ // Copy Mimic // -var/global/list/protected_objects = list( - /obj/structure/table, - /obj/structure/cable, - /obj/structure/window, - /obj/structure/particle_accelerator // /vg/ Redmine #116 -) +var/global/list/protected_objects = list(/obj/structure/table, /obj/structure/cable, /obj/structure/window, /obj/item/projectile/animate) /mob/living/simple_animal/hostile/mimic/copy @@ -206,4 +201,4 @@ var/global/list/protected_objects = list( if(owner != creator) LoseTarget() creator = owner - faction = "\ref[owner]" + faction = "\ref[owner]"