Skip to content
Snippets Groups Projects
Commit 425ae4e5 authored by Andrest07's avatar Andrest07
Browse files

Having legs bound will reduce stability per turn

parent 10b3232b
No related branches found
No related tags found
No related merge requests found
......@@ -1021,7 +1021,7 @@
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are entangled and forced apart, leaving you less able to protect your <<genitals>>.</span>
<<elseif $leftleg is "bound" and $rightleg is "bound">>
<<set _feetOptions to "bound">>
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are bound and forced apart, leaving you less able to protect your <<genitals>>.</span>
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are bound and forced apart, leaving you less able to protect your <<genitals>>.</span><<combatExtendedStability -15>>
<<else>>
<<set _feetOptions to "free">>
<span @class="($lastOptions.feet isnot _feetOptions or _feetGold is true ?'gold':'')">Your feet are free.</span>
......@@ -1047,7 +1047,7 @@
<span class="lewd">Your legs thrash against their bindings.</span>
<<else>>
<<set _feetOptions to "bound">>
<span @class="($lastOptions.feet isnot _feetOptions or _feetGold is true ?'gold':'')">Your legs are bound.</span>
<span @class="($lastOptions.feet isnot _feetOptions or _feetGold is true ?'gold':'')">Your legs are bound.</span><<combatExtendedStability -15>>
<</if>>
<<case "walk">>
<<set _feetOptions to "walk">>
......
......@@ -730,7 +730,7 @@
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are entangled and forced apart, leaving you less able to protect your <<genitals>>.</span>
<<elseif $leftleg is "bound" and $rightleg is "bound">>
<<set _feetOptions to "bound">>
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are bound and forced apart, leaving you less able to protect your <<genitals>>.</span>
<span @class="($lastOptions.feet isnot _feetOptions ?'gold':'')">Your legs are bound and forced apart, leaving you less able to protect your <<genitals>>.</span><<combatExtendedStability -15>>
<<else>>
<<for _i to 0; _i lt $tentacles.max; _i++>>
<<if $leftleg is $tentacles[_i].id>>
......
......@@ -198,7 +198,7 @@
<br>
<</if>>
<<if $feetuse is "bound" or $worn.feet.type.includes("shackle")>>
<span class="pink">Your legs are bound.</span>
<span class="pink">Your legs are bound.</span><<combatExtendedStability -15>>
<br>
<</if>>
<<goo>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment