fix: remove strapon checks for portal panties

This commit is contained in:
LamkasDev
2022-09-13 18:30:12 +02:00
parent dfffd5f48b
commit 0759fc04f2
@@ -691,11 +691,11 @@
to_chat(human, "<span class='warning'>The anus is covered or there is none!</span>")
return FALSE
if(CUM_TARGET_PENIS)
if(!human.has_penis(REQUIRE_EXPOSED) && !human.has_strapon(REQUIRE_EXPOSED))
if(!human.has_penis(REQUIRE_EXPOSED))
to_chat(human, "<span class='warning'>The penis is covered or there is none!</span>")
return FALSE
if(CUM_TARGET_URETHRA)
if(!human.has_penis(REQUIRE_EXPOSED) && !human.has_strapon(REQUIRE_EXPOSED))
if(!human.has_penis(REQUIRE_EXPOSED))
to_chat(human, "<span class='warning'>The urethra is covered or there is none!</span>")
return FALSE
if(CUM_TARGET_MOUTH)