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

Fix light damage death verb

git-svn-id: http://svn.net-core.org/repos/t-engine4@4083 51575b47-30f0-44d4-a5cc-537603b46e54
parent bcc8bd7d
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ newDamageType{
newDamageType{
name = "light", type = "LIGHT", text_color = "#YELLOW#",
antimagic_resolve = true,
death_message = {"shadowed", "darkened"},
death_message = {"radiated", "seared", "purified"},
}
-- Darkness damage
......
......@@ -37,7 +37,7 @@ newLore{
id = "rhaloren-note-2",
category = "rhaloren",
name = "letter (rhaloren camp)",
lore = [[The Scintillating Caverns must be protected. Our great leader has ordered it so, and his word is more binding than any law. Our numbers are few, and we must move in secrecy, but a quiet watch will he made on the caverns. Any who are seen to interfere in them must be lured here to our place of strength, and brought before me for inquisition.
lore = [[The Scintillating Caverns must be protected. Our great leader has ordered it so, and his word is more binding than any law. Our numbers are few, and we must move in secrecy, but a quiet watch will be made on the caverns. Any who are seen to interfere in them must be lured here to our place of strength, and brought before me for inquisition.
-- The Inquisitor]],
}
......
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