From d21d295c8501d7a83786bcd629a870e9ec1b1aa5 Mon Sep 17 00:00:00 2001 From: Mosley <93835010+MosleyTheMalO@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:03:13 -0500 Subject: [PATCH] Update mount.dm --- .../modules/lewd/interaction_menu/interactions/lewd/mount.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_zzplurt/code/modules/lewd/interaction_menu/interactions/lewd/mount.dm b/modular_zzplurt/code/modules/lewd/interaction_menu/interactions/lewd/mount.dm index 01eb748eef9bc..a2ffee555b073 100644 --- a/modular_zzplurt/code/modules/lewd/interaction_menu/interactions/lewd/mount.dm +++ b/modular_zzplurt/code/modules/lewd/interaction_menu/interactions/lewd/mount.dm @@ -4,7 +4,7 @@ user_required_parts = list(ORGAN_SLOT_VAGINA = REQUIRE_GENITAL_EXPOSED) target_required_parts = list(ORGAN_SLOT_PENIS = REQUIRE_GENITAL_EXPOSED) cum_genital = list(CLIMAX_POSITION_USER = CLIMAX_VAGINA, CLIMAX_POSITION_TARGET = CLIMAX_PENIS) - cum_target = list(CLIMAX_POSITION_USER = CLIMAX_TARGET_PENIS, CLIMAX_POSITION_TARGET = CLIMAX_TARGET_VAGINA) + cum_target = list(CLIMAX_POSITION_USER = ORGAN_SLOT_PENIS, CLIMAX_POSITION_TARGET = ORGAN_SLOT_VAGINA) message = list( "rides %TARGET%'s cock.", "forces %TARGET%'s cock into their pussy.", @@ -27,7 +27,7 @@ user_required_parts = list(ORGAN_SLOT_ANUS = REQUIRE_GENITAL_EXPOSED) target_required_parts = list(ORGAN_SLOT_PENIS = REQUIRE_GENITAL_EXPOSED) cum_genital = list(CLIMAX_POSITION_USER = CLIMAX_BOTH, CLIMAX_POSITION_TARGET = CLIMAX_PENIS) - cum_target = list(CLIMAX_POSITION_USER = null, CLIMAX_POSITION_TARGET = CLIMAX_TARGET_ANUS) + cum_target = list(CLIMAX_POSITION_USER = null, CLIMAX_POSITION_TARGET = ORGAN_SLOT_ANUS) message = list( "rides %TARGET%'s cock with their ass.", "forces %TARGET%'s cock into their ass.",