about summary refs log tree commit diff
path: root/datasrc
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc')
-rw-r--r--datasrc/content.py2
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)