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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1251 51575b47-30f0-44d4-a5cc-537603b46e54
parent def40e11
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ newEntity{
}
newEntity{ base = "BASE_NPC_AQUATIC_DEMON",
name = "water imp", color=colors.YELLOW_GREEN, unique=true,
name = "water imp", color=colors.YELLOW_GREEN,
desc = "A small water demon, lobbing spells at you.",
level_range = {10, nil}, exp_worth = 1,
rarity = 1,
......
......@@ -21,6 +21,7 @@ load("/data/general/objects/objects.lua")
newEntity{ base = "BASE_SCROLL", define_as = "NOTE_FROM_MINAS_TIRITH",
name = "Sealed Scroll of Minas Tirith", identified=true, unique=true,
fire_proof = true,
use_simple = { name="open the seal and read the message", use = function(self, who)
game:registerDialog(require("engine.dialogs.ShowText").new(self:getName{do_color=true}, "message-minas-tirith", {playername=who.name}, game.w * 0.6))
......
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