mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
isliving use fix
This commit is contained in:
@@ -311,7 +311,7 @@
|
||||
set name = "Transform Hood"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
if(!istype(usr, /mob/living))
|
||||
if(!isliving(src))
|
||||
return
|
||||
if(!usr.incapacitated())
|
||||
if(adjusted)
|
||||
|
||||
Reference in New Issue
Block a user