mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user