Page 1 of 1

the duration of talent Ruined Earth

Posted: Sat Feb 18, 2012 3:34 pm
by liatsineam

Code: Select all

		game.level.map:addEffect(self,
			self.x, self.y, range,
			DamageType.WEAKNESS, { incDamage=incDamage, dur=3 },
			range,
			5, nil,
			engine.Entity.new{alpha=80, display='', color_br=30, color_bg=30, color_bb=80})
the first range should be duration

Re: the duration of talent Ruined Earth

Posted: Sun Feb 19, 2012 11:03 pm
by darkgod
fixed