Portal Fleshlight Anonymity

Doesnt tell you who your partner is now. lewd.
This commit is contained in:
QuoteFox
2021-04-27 13:09:55 +01:00
parent 941214d85a
commit 69af075ab7
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna())
var/mob/living/carbon/human/O = C
O.mob_climax_partner(P, M, TRUE, FALSE, FALSE, TRUE) //climax with their partner remotely!
O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE) //climax with their partner remotely!
return
..()