Prevent the PA from getting animated. Fixes Redmine #116

This commit is contained in:
Rob Nelson
2014-02-25 15:25:14 -08:00
committed by ZomgPonies
parent 5a313e0c07
commit 4efa7e1b8d
@@ -127,7 +127,12 @@
// Copy Mimic
//
var/global/list/protected_objects = list(/obj/structure/table, /obj/structure/cable, /obj/structure/window)
var/global/list/protected_objects = list(
/obj/structure/table,
/obj/structure/cable,
/obj/structure/window,
/obj/structure/particle_accelerator // /vg/ Redmine #116
)
/mob/living/simple_animal/hostile/mimic/copy
@@ -201,4 +206,4 @@ var/global/list/protected_objects = list(/obj/structure/table, /obj/structure/ca
if(owner != creator)
LoseTarget()
creator = owner
faction = "\ref[owner]"
faction = "\ref[owner]"