From 98b26ebbe6b4df336cfccc38821b7a52d5980d01 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 2 Apr 2013 20:38:36 -0300 Subject: 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 --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.c') 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; } } -- cgit v1.2.3-60-g2f50