diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 4984713a5..72a3a1f18 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -36,6 +36,7 @@ enum { W_SHOTGUN, //19
W_GATLING, //20
W_GRENADE, //21
+ W_HUUMA, //22
MAX_WEAPON_TYPE
} weapon_type;
|