diff --git a/source/Misc/Weapon.cpp b/source/Misc/Weapon.cpp index 3d4ff3a5..b0893ea3 100644 --- a/source/Misc/Weapon.cpp +++ b/source/Misc/Weapon.cpp @@ -175,6 +175,7 @@ Int32 GetWeaponID(CCStr name) else return SQMOD_UNKNOWN; // [N]ightstick case 'n': return SQMOD_WEAPON_NIGHTSTICK; + case 'i': return SQMOD_WEAPON_INGRAM; // [P]ump-Action Shotgun // [P]ython case 'p':