F
This commit is contained in:
@@ -590,7 +590,6 @@
|
|||||||
/obj/item/clothing/suit/space/hardsuit/clown/mob_can_equip(mob/M, slot)
|
/obj/item/clothing/suit/space/hardsuit/clown/mob_can_equip(mob/M, slot)
|
||||||
if(!..() || !ishuman(M))
|
if(!..() || !ishuman(M))
|
||||||
return FALSE
|
return FALSE
|
||||||
var/mob/living/carbon/human/H = M
|
|
||||||
if(M.mind && HAS_TRAIT(M.mind, TRAIT_CLOWN_MENTALITY))
|
if(M.mind && HAS_TRAIT(M.mind, TRAIT_CLOWN_MENTALITY))
|
||||||
return TRUE
|
return TRUE
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user