absolute head empty moment
This commit is contained in:
@@ -288,7 +288,7 @@
|
|||||||
return
|
return
|
||||||
if(ishuman(ass)) //(ass.get_item_by_slot(ITEM_SLOT_ICLOTHING) || ass.get_item_by_slot(ITEM_SLOT_OCLOTHING)))
|
if(ishuman(ass)) //(ass.get_item_by_slot(ITEM_SLOT_ICLOTHING) || ass.get_item_by_slot(ITEM_SLOT_OCLOTHING)))
|
||||||
var/mob/living/carbon/C = ass //have to typecast to this, is_groin_exposed is carbon level
|
var/mob/living/carbon/C = ass //have to typecast to this, is_groin_exposed is carbon level
|
||||||
if(is_groin_exposed.is_groin_exposed())
|
if(C.is_groin_exposed())
|
||||||
to_chat(usr, "<span class='notice'>You feel kind of silly, copying [ass == usr ? "your" : ass][ass == usr ? "" : "\'s"] ass with [ass == usr ? "your" : "[ass.p_their()]"] clothes on.</span>" )
|
to_chat(usr, "<span class='notice'>You feel kind of silly, copying [ass == usr ? "your" : ass][ass == usr ? "" : "\'s"] ass with [ass == usr ? "your" : "[ass.p_their()]"] clothes on.</span>" )
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user