diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 980ec111c..f43db3712 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1082,6 +1082,7 @@ function script clientupdater { getitem SulfurPowder, 3; if (TUT_VAR) { .@dg = true; + setpcblock(PCBLOCK_HARD, true); // Allow you to choose the starting trait // However, we unset #TUTORIAL_DONE so EXP Gain and Knockback are OFF // While alts are generally allowed to have these starting traits, @@ -1089,6 +1090,7 @@ function script clientupdater { #TUTORIAL_DONE = false; do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; next; } while (!ChooseTrait()); #TUTORIAL_DONE = true; + setpcblock(PCBLOCK_HARD, false); } } |