Skip to content
Snippets Groups Projects
Commit fabbafdb authored by Ybyx's avatar Ybyx
Browse files

Fix combat not rendering with radio buttons

Fixes issue introduced in !1848
parent 3bebe612
No related branches found
No related tags found
No related merge requests found
......@@ -500,8 +500,8 @@ $NPCList[5].lefthand is "pen" or $NPCList[5].righthand is "pen">>
:: Widgets Actions Right Hand [widget]
<<widget "rightdefault">>
<<if $righttarget isnot "self">>
<<set _rightaction["Stroke"] to "rightchest" and $punishmentposition isnot "gloryhole">>
<<if $righttarget isnot "self" and $punishmentposition isnot "gloryhole">>
<<set _rightaction["Stroke"] to "rightchest">>
<<if $consensual isnot 1 and ($fightTargets is undefined or $fightTargets.includes($righttarget))>>
<<set _rightaction["Punch"] to "righthit">>
<</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