diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-05-08 21:41:21 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-05-08 21:41:21 +0800 |
commit | f4f4b3310d83c10f72af525d86c58053411df5da (patch) | |
tree | 453c3b486786e9a8a484ff64b57968c225f5fcd0 /src/map/homunculus.h | |
parent | db42e06f31fe98a28dce8cc05c480b897ab8cb99 (diff) | |
download | hercules-f4f4b3310d83c10f72af525d86c58053411df5da.tar.gz hercules-f4f4b3310d83c10f72af525d86c58053411df5da.tar.bz2 hercules-f4f4b3310d83c10f72af525d86c58053411df5da.tar.xz hercules-f4f4b3310d83c10f72af525d86c58053411df5da.zip |
Homonculus S Update
-Updated and fixed Eira skills to official behavior.
Fixed Bug#8168
-http://hercules.ws/board/tracker/issue-8168-crush-strike/?gopid=22703#entry22703
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/homunculus.h')
-rw-r--r-- | src/map/homunculus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/homunculus.h b/src/map/homunculus.h index db250f511..e6d59e30e 100644 --- a/src/map/homunculus.h +++ b/src/map/homunculus.h @@ -140,6 +140,7 @@ struct homunculus_interface { void (*exp_db_read) (void); void (*addspiritball) (struct homun_data *hd, int max); void (*delspiritball) (struct homun_data *hd, int count, int type); + int8 (*get_intimacy_grade) (struct homun_data *hd); }; struct homunculus_interface *homun; |