Skip to content
Snippets Groups Projects
Commit cfee58c9 authored by dg's avatar dg
Browse files

Reduced timer on the Charred Scar a bit

git-svn-id: http://svn.net-core.org/repos/t-engine4@6022 51575b47-30f0-44d4-a5cc-537603b46e54
parent 415ce812
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ myssil_dies = function(self)
if not corr then return end
corr:doEmote("Victory is mine!", 60)
corr.never_angry = nil
game.player:setQuestStatus(self.id, self.COMPLETED)
end
......
......@@ -58,8 +58,8 @@ return {
},
post_process = function(level)
level.turn_counter = 600 * 10
level.max_turn_counter = 600 * 10
level.turn_counter = 550 * 10
level.max_turn_counter = 550 * 10
level.turn_counter_desc = "Hurry down south while the sun-paladins are holding off the orcs. Make their sacrifice worth it!"
end,
......
......@@ -31,6 +31,7 @@ newEntity{ base = "BASE_NPC_ELVEN_CASTER", define_as = "GRAND_CORRUPTOR",
level_range = {30, nil}, exp_worth = 1,
rank = 3.5,
max_vim = 800,
never_angry = 1,
max_life = resolvers.rngavg(300, 310), life_rating = 18,
resolvers.equip{
{type="weapon", subtype="staff", forbid_power_source={antimagic=true}, autoreq=true},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment