diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-07-30 14:15:21 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-08-26 22:28:23 +0800 |
commit | d3205c2fac99c0ef42249664c98505c7adf324b4 (patch) | |
tree | 5e27d2d5c49277c88f2d19f36daaf68f63d42a83 /src/map/itemdb.h | |
parent | 307248a5eefca196660c75e06cb6d4d0b84e2c43 (diff) | |
download | hercules-d3205c2fac99c0ef42249664c98505c7adf324b4.tar.gz hercules-d3205c2fac99c0ef42249664c98505c7adf324b4.tar.bz2 hercules-d3205c2fac99c0ef42249664c98505c7adf324b4.tar.xz hercules-d3205c2fac99c0ef42249664c98505c7adf324b4.zip |
Update Siegfried Tokens support.
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`.
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index f66abe066..7da7609f1 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -139,7 +139,6 @@ enum item_itemid { ITEMID_COATING_BOTTLE = 7139, ITEMID_FRAGMENT_OF_CRYSTAL = 7321, ITEMID_SKULL_ = 7420, - ITEMID_TOKEN_OF_SIEGFRIED = 7621, ITEMID_SPECIAL_ALLOY_TRAP = 7940, ITEMID_CATNIP_FRUIT = 11602, ITEMID_RED_POUCH_OF_SURPRISE = 12024, @@ -359,6 +358,7 @@ enum geneticist_item_list { // enum e_chain_cache { ECC_ORE, + ECC_SIEGFRIED, /* */ ECC_MAX, }; |