Skip to content

Commit

Permalink
Reapply WB behavior fix
Browse files Browse the repository at this point in the history
To be honest, this is the only fix required after the latest update.
  • Loading branch information
Ishmaeel committed Feb 26, 2022
1 parent 2863ccf commit 28e6ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamedata/scripts/gunsl_burer.script
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end

function on_risky_under_aim(junk, burer_id)
if not cam_anim_active then
HitAnim(ANIM_TYPE_RISKY_ANIMATOR, false)
--HitAnim(ANIM_TYPE_RISKY_ANIMATOR, false) -- Hit animation is not needed here at all.
--разрешаем рисковать
return true
else
Expand Down

0 comments on commit 28e6ac6

Please sign in to comment.