diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-08 19:37:56 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-08 19:37:56 +0000 |
commit | bdc2958ced13d80122b040ab357fd002d5c0e550 (patch) | |
tree | d133c73651e4ac575964c91496ebe13ea631fc0a /src/map/status.h | |
parent | 7a308b07b92f9aa82b0e3d8dc987d69f3535b7e2 (diff) | |
download | hercules-bdc2958ced13d80122b040ab357fd002d5c0e550.tar.gz hercules-bdc2958ced13d80122b040ab357fd002d5c0e550.tar.bz2 hercules-bdc2958ced13d80122b040ab357fd002d5c0e550.tar.xz hercules-bdc2958ced13d80122b040ab357fd002d5c0e550.zip |
- Unified the rest and ganstar paradise code into a single function.
- Moved the Happy State trigger to the regen function, it now triggers at the same time the SPTIME does.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8681 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 9579adc1f..15d0f0bf3 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -637,6 +637,7 @@ int status_calc_pc(struct map_session_data* sd,int first); int status_calc_mob(struct mob_data* md, int first); //[Skotlex]
int status_calc_homunculus(struct homun_data *hd, int first);
void status_calc_misc(struct block_list *bl, struct status_data *status, int level);
+void status_calc_regen(struct block_list *bl, struct status_data *status, struct regen_data *regen);
void status_freecast_switch(struct map_session_data *sd);
int status_getrefinebonus(int lv,int type);
|