summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-07-30 14:15:21 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-08-26 22:28:23 +0800
commitd3205c2fac99c0ef42249664c98505c7adf324b4 (patch)
tree5e27d2d5c49277c88f2d19f36daaf68f63d42a83 /src/map/pc.h
parent307248a5eefca196660c75e06cb6d4d0b84e2c43 (diff)
downloadhercules-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/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 8df02a891..49edea61b 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1184,6 +1184,7 @@ END_ZEROED_BLOCK; /* End */
void (*update_idle_time) (struct map_session_data* sd, enum e_battle_config_idletime type);
int (*have_magnifier) (struct map_session_data *sd);
+ int (*have_item_chain) (struct map_session_data *sd, unsigned short chain_id);
bool (*process_chat_message) (struct map_session_data *sd, const char *message);
int (*wis_message_to_gm) (const char *sender_name, int permission, const char *message);