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 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() |