mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +01:00
fix: remove strapon checks for portal panties
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user