This commit is contained in:
Archie
2021-06-08 06:31:26 -03:00
parent 66eb19c5b1
commit 0cc3fb6f5a
+2 -2
View File
@@ -118,7 +118,7 @@
option = "Fuck"
var/obj/item/organ/genital/vagina/V = portalunderwear.loc
if(!V || !ishuman(V))
if(!V || !iscarbon(portalunderwear.loc))
return
var/mob/living/carbon/human/M = V.owner
@@ -180,7 +180,7 @@
cut_overlays()//remove current overlays
var/obj/item/organ/genital/vagina/V = portalunderwear.loc
if(!V || !ishuman(V))
if(!V || !iscarbon(portalunderwear.loc))
useable = FALSE
return
var/mob/living/carbon/human/H = V.owner