Skip to content
Snippets Groups Projects
Commit 014e921e authored by Andrest07's avatar Andrest07
Browse files

Brwaling bugfix

parent 70ce8689
No related branches found
No related tags found
No related merge requests found
......@@ -101,9 +101,11 @@
<</if>>
<<if $combatExtended.brawlingToggle is 1>>
<<set $combatExtended.brawling += 5 * $enemynomax>>
<span class="green">Your brawling skills improve.</span>
<br>
<<if $combat is 1>>
<<set $combatExtended.brawling += 5 * $enemynomax>>
<span class="green">Your brawling skills improve.</span>
<br>
<</if>>
<</if>>
<<unset $enemytype>>
......
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