diff options
Diffstat (limited to 'datasrc/content.py')
| -rw-r--r-- | datasrc/content.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/content.py b/datasrc/content.py index aa6554f3..546574f2 100644 --- a/datasrc/content.py +++ b/datasrc/content.py @@ -471,7 +471,7 @@ weapon.firedelay.Set(125) weapon.ammoregentime.Set(500) weapon.visual_size.Set(64) weapon.offsetx.Set(32) -weapon.offsety.Set(-4) +weapon.offsety.Set(4) weapon.muzzleoffsetx.Set(50) weapon.muzzleoffsety.Set(6) container.weapons.gun.base.Set(weapon) |