about summary refs log tree commit diff
path: root/datasrc/content.py
diff options
context:
space:
mode:
Diffstat (limited to 'datasrc/content.py')
-rw-r--r--datasrc/content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datasrc/content.py b/datasrc/content.py
index 0b55bc68..8a971d8c 100644
--- a/datasrc/content.py
+++ b/datasrc/content.py
@@ -150,7 +150,7 @@ class Weapons(Struct):
 	def __init__(self):
 		Struct.__init__(self, "WEAPONSPECS")
 		self.hammer = Weapon_Hammer()
-		self.gun = Weapon_Hammer()
+		self.gun = Weapon_Gun()
 		self.shotgun = Weapon_Shotgun()
 		self.grenade = Weapon_Grenade()
 		self.rifle = Weapon_Rifle()