diff options
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 382fb21d7..3b6a4dafe 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -42,6 +42,7 @@ function script HUB_Login { // Handle new user (non-native) accounts if (!getq(General_Narrator)) { + adddefaultskills(); getitembound MirrorLakeArmor, 1, 4; equip(MirrorLakeArmor); TUTORIAL=true; |