From 66eb19c5b10f42eaff1ca6601ce8ec624de40184 Mon Sep 17 00:00:00 2001 From: Archie Date: Tue, 8 Jun 2021 06:26:33 -0300 Subject: [PATCH] More. --- hyperstation/code/obj/fleshlight.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index e881b225..ff78240c 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 || !iscarbon(V)) + if(!V || !ishuman(V)) return var/mob/living/carbon/human/M = V.owner @@ -180,6 +180,9 @@ cut_overlays()//remove current overlays var/obj/item/organ/genital/vagina/V = portalunderwear.loc + if(!V || !ishuman(V)) + useable = FALSE + return var/mob/living/carbon/human/H = V.owner if(H) //if the portal panties are on someone.