diff options
Diffstat (limited to 'src/emap/struct/itemdext.h')
-rw-r--r-- | src/emap/struct/itemdext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h index f30d94c..65f0729 100644 --- a/src/emap/struct/itemdext.h +++ b/src/emap/struct/itemdext.h @@ -36,6 +36,8 @@ struct ItemdExt int minRange; + int tmpUseType; + VECTOR_DECL(int) allowedAmmo; VECTOR_DECL(struct ItemCardExt) allowedCards; struct script_code *dropScript; |