Skip to content

Commit

Permalink
change HABOT4 from 4x4 to 5x5 (#4083)
Browse files Browse the repository at this point in the history
Changes movedef HABOT4 from 4x4 to 5x5 to give Marauder, Shiva and Javelin a better sizing on their spacing. This helps address friendly fire issues that can occur due to the very tight spacing.
  • Loading branch information
drivver44 authored Jan 2, 2025
1 parent 06f80f9 commit 5689abe
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 @@ -312,8 +312,8 @@ local moveDatas = {
HABOT4 = {
crushstrength = 252,
depthmod = 0,
footprintx = 4,
footprintz = 4,
footprintx = 5,
footprintz = 5,
maxslope = 36,
maxwaterdepth = 5000,
maxwaterslope = 80,
Expand Down

0 comments on commit 5689abe

Please sign in to comment.