diff options
author | shennetsind <ind@henn.et> | 2013-04-02 20:38:36 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-02 20:38:36 -0300 |
commit | 98b26ebbe6b4df336cfccc38821b7a52d5980d01 (patch) | |
tree | 7a2bd4150ad36a5e2475a8e63a254b27a6ec72bc /src/map/map.c | |
parent | 18e72749f736e05a7a40b25383faa5c9d12f815e (diff) | |
download | hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.gz hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.bz2 hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.tar.xz hercules-98b26ebbe6b4df336cfccc38821b7a52d5980d01.zip |
Introducing New/Official mapflag: invincible_time_inc
Used officially in gvg maps (Implemented under GvG zone)
Special Thanks to Muad_Dib!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index acfdd643b..d6804a150 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3019,6 +3019,8 @@ void map_flags_init(void) { map[i].flag.pvp = 1; // make all maps pvp for pk_mode [Valaris] /* align with 'All' zone */ map[i].zone = &map_zone_all; + + map[i].invincible_time_inc = 0; } } |