From c6b0494f31e94ec4a201b54848f6f2a8bc89b5fd Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Wed, 25 May 2016 23:02:42 -0700 Subject: [PATCH] All lazarus'd mobs can be pet collared If you revive a mob with a lazarus injector, you will now be able to rename it with a pet collar if it couldn't be before. --- code/modules/mining/equipment_locker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mining/equipment_locker.dm b/code/modules/mining/equipment_locker.dm index 26637b8bf1b..ee84c1a5864 100644 --- a/code/modules/mining/equipment_locker.dm +++ b/code/modules/mining/equipment_locker.dm @@ -916,6 +916,7 @@ if(M.stat == DEAD) M.faction = list("neutral") M.revive() + M.can_collar = 1 if(istype(target, /mob/living/simple_animal/hostile)) var/mob/living/simple_animal/hostile/H = M if(malfunctioning)