Conflicts:
	code/modules/mob/living/simple_animal/hostile/mimic.dm
This commit is contained in:
Zuhayr
2014-05-28 16:41:54 +09:30
committed by ZomgPonies
parent d37e54bf73
commit 047f0bdd67

View File

@@ -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]"