mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge pull request #4503 from QuinnAggeler/lazarus-pets
All lazarus'd mobs can now be pet collared
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