diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-07 20:24:41 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-07 20:24:41 +0000 |
commit | 9212ac09f4c80361ba4e69273bc9e9a265d27f25 (patch) | |
tree | 85389ee018205adc9cca4a5402d3178dbd7fb55f /src/map/map.h | |
parent | 8cf58f2846e8a701fe61a149c5bf532732572780 (diff) | |
download | hercules-9212ac09f4c80361ba4e69273bc9e9a265d27f25.tar.gz hercules-9212ac09f4c80361ba4e69273bc9e9a265d27f25.tar.bz2 hercules-9212ac09f4c80361ba4e69273bc9e9a265d27f25.tar.xz hercules-9212ac09f4c80361ba4e69273bc9e9a265d27f25.zip |
- Changed the default of sg_angel_skill_ratio to 10 based on recent information from Tharis.
- Cleaned up the doridori parse clif function.
- Moved doridori_counter to state.doridori
- Merged some of mpeg's work on NJ skills
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8665 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index dcd87f294..4249babd4 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -595,6 +595,7 @@ struct map_session_data { unsigned rewarp :1; //Signals that a player should warp as soon as he is done loading a map. [Skotlex]
unsigned killer : 1;
unsigned killable : 1;
+ unsigned doridori : 1;
unsigned short autoloot;
struct guild *gmaster_flag;
} state;
@@ -765,7 +766,6 @@ struct map_session_data { int spirit_timer[MAX_SKILL_LEVEL];
int die_counter;
- short doridori_counter;
char potion_success_counter;
int reg_num;
|