Skip to content
Snippets Groups Projects
Commit 901af4d1 authored by Andrest07's avatar Andrest07
Browse files

Merge branch 'master' into dev

parents d358a9f3 e320d2e4
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@
<<widget "feetDodge">>
<<if $feettarget isnot "self">>
<<if $consensual isnot 1 and ($fightTargets is undefined or $fightTargets.includes($feettarget)) and $combatExtended.stabilityLost is 0>>
<<if $consensual isnot 1 and ($fightTargets is undefined or $fightTargets.includes($feettarget)) and $combatExtended.stabilityLost is 0 and $combatExtended.activeDodging is 1>>
<<set _feetaction["Dodge"] to "dodge">>
<</if>>
<</if>>
......@@ -148,7 +148,7 @@
<<widget "feetPlant">>
<<if $feettarget isnot "self">>
<<if $consensual isnot 1 and $combatExtended.stabilityLost is 0>>
<<if $consensual isnot 1 and $combatExtended.stabilityLost is 0 and $combatExtended.standingFights is 1>>
<<set _feetaction["Plant"] to "plant">>
<</if>>
<</if>>
......@@ -156,7 +156,7 @@
<<widget "feetSubmit">>
<<if $feettarget isnot "self">>
<<if $consensual isnot 1 and $combatExtended.stabilityLost is 0>>
<<if $consensual isnot 1 and $combatExtended.stabilityLost is 0 and $combatExtended.standingFights is 1>>
<<set _feetaction["Submit"] to "submit">>
<</if>>
<</if>>
......
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