Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tome
Tales of MajEyal
Commits
5268c09e
Commit
5268c09e
authored
12 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
plop
git-svn-id:
http://svn.net-core.org/repos/t-engine4@6140
51575b47-30f0-44d4-a5cc-537603b46e54
parent
fa02b8ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
game/modules/tome/data/zones/sandworm-lair/objects.lua
+2
-0
2 additions, 0 deletions
game/modules/tome/data/zones/sandworm-lair/objects.lua
with
2 additions
and
0 deletions
game/modules/tome/data/zones/sandworm-lair/objects.lua
+
2
−
0
View file @
5268c09e
...
...
@@ -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!"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment