diff options
-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 |