diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index ff78240c..6c20175f 100644 --- a/hyperstation/code/obj/fleshlight.dm +++ b/hyperstation/code/obj/fleshlight.dm @@ -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