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

"Lament for Lands now Lost" poem now correctly available in Shatur

git-svn-id: http://svn.net-core.org/repos/t-engine4@4301 51575b47-30f0-44d4-a5cc-537603b46e54
parent 028b408a
No related branches found
No related tags found
No related merge requests found
......@@ -434,9 +434,10 @@ Dragons are regularly hunted for their thick scales and their elementally imbued
newLore{
id = "thaloren-lament",
category = "heart of the gloom",
name = "Lament for Lands now Lost",
lore = [[Where bright and berried yews did stand,
category = "shatur",
name = "Lament for Lands now Lost", always_pop = true,
lore = [[You see a moss covered statue of a Thalore reciting a poem, over and over.
#{italic}#"Where bright and berried yews did stand,
Where the eldest oaks grew so grand,
Where singing birds once flew to land,
All is dust, all is dead.
......@@ -449,7 +450,7 @@ Now all lost, now all fled.
Oaths from Shaloren mages sworn,
Yet spells of fiery rages born,
Our lands of bygone ages torn,
Gone is trust, wrath is red.
Gone is trust, wrath is red.#{normal}#
]] }
newLore{
......
......@@ -25,6 +25,8 @@ defineTile('~', "DEEP_WATER")
defineTile('.', "GRASS")
defineTile('_', "COBBLESTONE")
quickEntity('@', {show_tooltip=true, name="Moss covered statue", display='@', image="terrain/grass.png", add_displays = {mod.class.Grid.new{image="terrain/statue3.png"}}, color=colors.GREEN, block_move=function(self, x, y, e, act, couldpass) if e and e.player and act then e:learnLore("thaloren-lament") end return true end})
defineTile('2', "ROCKY_GROUND", nil, nil, "SWORD_WEAPON_STORE")
defineTile('3', "ROCKY_GROUND", nil, nil, "MAUL_WEAPON_STORE")
defineTile('4', "ROCKY_GROUND", nil, nil, "ARCHER_WEAPON_STORE")
......@@ -70,7 +72,7 @@ sssssssssssssssss~~~~~~~__~~~~ssssssssssssssssssss
tttttttttttttttttttttttt..tttttttttt~~~~~~~~~~~~~~
ttttttttttttttttttttttt...ttttttttttttt~~~~~~~~~~~
ttttttttttttt.5.ttttttt.....tttt.7.tttttt~~~~~~~~~
ttttttttttttt.....tttt......t......ttttttttttttttt
ttttttttttttt.....tttt...@..t......ttttttttttttttt
ttttttttttttttttt.............tttttttttttttttttttt
ttttttttttttttttttt...t......ttttttttttttttttttttt
ttttttttttttttttttttttt.......tttttttttttttttttttt
......
This diff is collapsed.
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