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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6140 51575b47-30f0-44d4-a5cc-537603b46e54
parent fa02b8ea
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ newEntity{
display = "*", color=colors.VIOLET,
desc = [[The heart of the Sandworm Queen, ripped from her dead body. You could ... consume it, should you feel mad enough.]],
cost = 3000,
quest = 1,
use_simple = { name="consume the heart", use = function(self, who)
game.logPlayer(who, "#00FFFF#You consume the heart and feel the knowledge of this very old creature fill you!")
......@@ -77,6 +78,7 @@ newEntity{
display = "*", color=colors.VIOLET,
desc = [[A vial of thick, lumpy fluid. Who knows what this will do to you if you drink it?]],
cost = 3000,
quest = 1,
use_simple = { name="drink the vile blood", use = function(self, who)
game.logPlayer(who, "#00FFFF#You drink the wyrm bile and feel forever transformed!")
......
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