diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-04 01:14:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-04 01:14:11 -0300 |
commit | 601f1e4f89ec21619a829f83bf09f577ab728899 (patch) | |
tree | e4b6b8a0543eccf3ad46701c4d30e66170bc1d1f /npc | |
parent | 7d56f5faddfa75d5a35d3bcb0e27d5069e26d073 (diff) | |
download | serverdata-jesusalva/miscimprovements.tar.gz serverdata-jesusalva/miscimprovements.tar.bz2 serverdata-jesusalva/miscimprovements.tar.xz serverdata-jesusalva/miscimprovements.zip |
These minor improvements are important for the game.jesusalva/miscimprovements
They'll heal fully the character when starting the game.
And will alias so @npc works - that's important and annoying! >.<
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0-0/sailors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 5aa56deb..87ed2b34 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -69,6 +69,7 @@ OnTalk: addtimer(45000,"Magic Arpan::OnSlow"); warp "000-2-1", 50, 38; savepoint "000-2-1", 50, 38; + percentheal 100, 100; closeclientdialog; close; |