diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 12:51:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 12:51:58 -0300 |
commit | 7cb6b1a463bcce661bcaa998a5abefe45891939e (patch) | |
tree | 4d6ca727ced53985533d42711c8471bfa1b4217d /npc | |
parent | 5e24bea13adcded06815b2c47ed603deb2ef7264 (diff) | |
download | serverdata-7cb6b1a463bcce661bcaa998a5abefe45891939e.tar.gz serverdata-7cb6b1a463bcce661bcaa998a5abefe45891939e.tar.bz2 serverdata-7cb6b1a463bcce661bcaa998a5abefe45891939e.tar.xz serverdata-7cb6b1a463bcce661bcaa998a5abefe45891939e.zip |
Force full recovery
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/hub.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 500de2f17..a586cbae1 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -45,6 +45,7 @@ function script HUB_Login { adddefaultskills(); getitembound MirrorLakeArmor, 1, 4; equip(MirrorLakeArmor); + percentheal(100, 100); TUTORIAL=true; //BaseLevel = get_byte(##00_INFO, 0) + 1; // TODO: Display quick tutorial |