diff --git a/src/ArmsItem.h b/src/ArmsItem.h index 0bfbe041..4ec5b407 100644 --- a/src/ArmsItem.h +++ b/src/ArmsItem.h @@ -12,7 +12,10 @@ struct ARMS /// ID of the weapon int code; + /// Current level of the weapon int level; + + /// Current EXP of the weapon, is reset to 0 at each level up int exp; /// Maximum ammunition