diff --git a/game/base-combat/actions-hands.twee b/game/base-combat/actions-hands.twee index 596b55e8dedc7b61b14a894fdba190301041c279..e3320a63e2e81717b9502d168442035b47f82fc1 100644 --- a/game/base-combat/actions-hands.twee +++ b/game/base-combat/actions-hands.twee @@ -2,7 +2,7 @@ <<widget "leftdefault">> <<if $lefttarget isnot "self" and $punishmentposition isnot "gloryhole">> <<set _leftaction["Stroke"] to "leftchest">> - <<if $consensual isnot 1 and ($fightTargets is undefined or $fightTargets.includes($lefttarget))>> + <<if ($consensual isnot 1 or $combatExtended.reverseRapeStart is 1) and ($fightTargets is undefined or $fightTargets.includes($lefttarget))>> <<set _leftaction["Punch"] to "lefthit">> <<if $umbrellaDurability gte 1>> <<set _leftaction["Umbrella"] to "leftumbrella">>