diff --git a/modular_sand/code/game/objects/items/fleshlight.dm b/modular_sand/code/game/objects/items/fleshlight.dm index 923c4f2462..bdd7698aa1 100644 --- a/modular_sand/code/game/objects/items/fleshlight.dm +++ b/modular_sand/code/game/objects/items/fleshlight.dm @@ -691,11 +691,11 @@ to_chat(human, "The anus is covered or there is none!") 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, "The penis is covered or there is none!") 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, "The urethra is covered or there is none!") return FALSE if(CUM_TARGET_MOUTH)