From 3125779c4c488a471330d33a1f0e4633bf6ab9e5 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sat, 29 Jan 2011 12:29:10 +0000 Subject: [PATCH] Stairs/ways/.. now appear again on the minimap git-svn-id: http://svn.net-core.org/repos/t-engine4@2544 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/Grid.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/game/modules/tome/class/Grid.lua b/game/modules/tome/class/Grid.lua index 3a0bed4bec..c213e644cf 100644 --- a/game/modules/tome/class/Grid.lua +++ b/game/modules/tome/class/Grid.lua @@ -63,6 +63,13 @@ function _M:block_move(x, y, e, act, couldpass) return self.does_block_move end +--- Setup minimap color for this entity +-- You may overload this method to customize your minimap +function _M:setupMinimapInfo(mo, map) + if self.change_level then mo:minimap(240, 0, 240) return end + return engine.Grid.setupMinimapInfo(self, mo, map) +end + function _M:on_move(x, y, who, forced) if forced then return end if who.move_project and next(who.move_project) then -- GitLab