mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Whoops.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user