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

Atamathon is now displayed on all tiles settings

git-svn-id: http://svn.net-core.org/repos/t-engine4@3228 51575b47-30f0-44d4-a5cc-537603b46e54
parent cad04210
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,15 @@ load("/data/general/grids/water.lua")
newEntity{base="HARDWALL", define_as = "ATAMATHON_BROKEN",
nice_tiler = false,
display = 'g', color = colors.RED, image = "terrain/grass.png", add_mos = {{image = "npc/atamathon_broken.png"}},
display = 'g', color = colors.RED,
resolvers.generic(function(e)
if engine.Map.tiles.nicer_tiles then
e.image = "terrain/grass.png"
e.add_mos = {{image = "npc/atamathon_broken.png"}}
else
e.image = "npc/atamathon_broken.png"
end
end),
name = "the remains of Atamathon",
show_tooltip = true,
desc = [[This giant golem was constructed by the halflings during the Pyre Wars to fight the orcs, but was felled by Garkul the Devourer.
......
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