summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-04-21 21:20:29 +0200
committerHaru <haru@dotalux.com>2016-04-23 09:52:30 +0200
commit235a8d18f8cbbb5aaf7563566ff68f15fc1054c1 (patch)
treef090523acfc78e49804f4acc175ed6afe844174b /src/map/pc.h
parent2dc732fe12f9748a2601f06ea8e4c2848de4b6f1 (diff)
downloadhercules-235a8d18f8cbbb5aaf7563566ff68f15fc1054c1.tar.gz
hercules-235a8d18f8cbbb5aaf7563566ff68f15fc1054c1.tar.bz2
hercules-235a8d18f8cbbb5aaf7563566ff68f15fc1054c1.tar.xz
hercules-235a8d18f8cbbb5aaf7563566ff68f15fc1054c1.zip
Split supernovice angel call message detection to its own function
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index b648b7113..05cb16a60 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -1089,8 +1089,10 @@ END_ZEROED_BLOCK; /* End */
int (*check_job_name) (const char *name);
void (*update_idle_time) (struct map_session_data* sd, enum e_battle_config_idletime type);
-
+
int (*have_magnifier) (struct map_session_data *sd);
+
+ void (*check_supernovice_call) (struct map_session_data *sd, const char *message);
};
#ifdef HERCULES_CORE