mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-21 06:52:07 +00:00
Fixes #4643
Conflicts: code/modules/mob/living/simple_animal/hostile/mimic.dm
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user