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

Grand Corruptor will not offer the Zigur attack quest in the ID

git-svn-id: http://svn.net-core.org/repos/t-engine4@4604 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5cd403c3
No related branches found
No related tags found
No related merge requests found
......@@ -1112,6 +1112,7 @@ function _M:setupCommands()
[{"_g","ctrl"}] = function() if config.settings.cheat then
game:changeLevel(1,"town-irkkk")
-- SET ui.Inventory into ShowStore & ShowInventory
-- FINISH IRKKK & HUTS
end end,
[{"_f","ctrl"}] = function() if config.settings.cheat then
self.player.quests["love-melinda"] = nil
......
......@@ -70,6 +70,7 @@ newEntity{ base = "BASE_NPC_ELVEN_CASTER", define_as = "GRAND_CORRUPTOR",
resolvers.inscriptions(2, "rune"),
on_takehit = function(self, value, src)
if not game.zone.is_mark_spellblaze then return value end
if not self.chatted and (self.life - value) < self.max_life * 0.4 then
self.chatted = true
-- Check for magical knowledge
......
......@@ -32,6 +32,7 @@ return {
ambient_music = "Rainy Day.ogg",
min_material_level = 2,
max_material_level = 3,
is_mark_spellblaze = true,
generator = {
map = {
class = "engine.generator.map.Forest",
......
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