mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
A couple istype->ishuman replacements
This commit is contained in:
+1
-1
@@ -1069,7 +1069,7 @@ datum/mind
|
||||
else if (href_list["common"])
|
||||
switch(href_list["common"])
|
||||
if("undress")
|
||||
if(istype(current, /mob/living/carbon/human))
|
||||
if(ishuman(current))
|
||||
var/mob/living/carbon/human/H = current
|
||||
// Don't "undress" organs right out of the body
|
||||
for(var/obj/item/W in H.contents - (H.organs | H.internal_organs))
|
||||
|
||||
Reference in New Issue
Block a user