Skip to content

Commit

Permalink
Hotfix commander movedef footprint to 3 instead of 2 to mitigate (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beherith authored Sep 22, 2024
1 parent 61a8e77 commit c090171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamedata/movedefs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ local moveDatas = {
linearCoeff = (0.1/470)/2,
constantCoeff = 1,
},
footprintx = 2,
footprintz = 2,
footprintx = 3,
footprintz = 3,
maxslope = 36,
maxwaterdepth = 5000,
maxwaterslope = 50,
Expand Down

0 comments on commit c090171

Please sign in to comment.