Skip to content
Snippets Groups Projects
Commit 173041c3 authored by Andrest07's avatar Andrest07
Browse files

Stop button in Combat menu

parent 0088bb4f
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,4 @@ ...@@ -130,7 +130,4 @@
<br><br> <br><br>
<</for>> <</for>>
<</if>> <</if>>
<<if $combatExtended.reverseRape is 1 and $pain lt 100 and $combatExtended.reverseRapeEnd is 0 and $enemyhealth lte 0>>
<span id="cestop"><<link [[Stop|$passage]]>><<set $combatExtended.reverseRapeEnd to 1>><</link>></span>
<</if>>
<</widget>> <</widget>>
...@@ -1280,6 +1280,12 @@ ...@@ -1280,6 +1280,12 @@
<p>Combat menu</p> <p>Combat menu</p>
</label> </label>
<hr> <hr>
<<if $combatExtended.reverseRape is 1 and $pain lt 100 and $combatExtended.reverseRapeEnd is 0 and $enemyhealth lte 0>>
<label class="cbtOption">
<p>End Reverse Rape</p>
<<link [[Stop|$passage]]>><<set $combatExtended.reverseRapeEnd to 1>><</link>>
</label>
<</if>>
<label class="cbtOption"> <label class="cbtOption">
<p>Control types</p> <p>Control types</p>
<<listbox "$options.combatControls" autoselect>> <<listbox "$options.combatControls" autoselect>>
......
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