diff --git a/source/Misc/Weapon.cpp b/source/Misc/Weapon.cpp index a10d0267..a3b94c55 100644 --- a/source/Misc/Weapon.cpp +++ b/source/Misc/Weapon.cpp @@ -288,6 +288,8 @@ Int32 GetWeaponID(const StackStrF & name) else if (b == 't') return SQMOD_WEAPON_STUBBY; // [Su]icide else if (b == 'u') return SQMOD_WEAPON_SUICIDE; + // Pump action [Sh]otgun + else if (b == 'h') return SQMOD_WEAPON_SHOTGUN; // Default to unknwon else return SQMOD_UNKNOWN; // [T]ear Gas