From 68b01237f34cb0841eebbed65c5d0d635b7da017 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sat, 18 Jun 2011 13:53:23 +0000 Subject: [PATCH] plop git-svn-id: http://svn.net-core.org/repos/t-engine4@3678 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/general/encounters/maj-eyal.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/general/encounters/maj-eyal.lua b/game/modules/tome/data/general/encounters/maj-eyal.lua index e93a02a21e..58b4c9c8f8 100644 --- a/game/modules/tome/data/general/encounters/maj-eyal.lua +++ b/game/modules/tome/data/general/encounters/maj-eyal.lua @@ -197,13 +197,14 @@ newEntity{ on_encounter = function(self, who) local x, y = self:findSpot(who) if not x then return end -FUCKING MAKE ME GENERATE + local g = game.level.map(x, y, engine.Map.TERRAIN):cloneFull() g.name = "Mark of the Spellblaze" g.display='>' g.color_r=0 g.color_g=200 g.color_b=0 g.notice = true g.change_level=1 g.change_zone="mark-spellblaze" g.add_displays = g.add_displays or {} - g.add_displays[#g.add_displays+1] = mod.class.Grid.new{image="terrain/floor_pentagram.png", z=5} + g.add_displays[#g.add_displays+1] = mod.class.Grid.new{image="terrain/floor_pentagram.png", z=8} + g.nice_tiler = nil game.zone:addEntity(game.level, g, "terrain", x, y) return true end, -- GitLab