From cbedb2bc86877ad9613d567136f29bd0d9981cb7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 4 Dec 2022 22:31:17 -0300 Subject: Trait is... Special. --- npc/functions/clientversion.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/clientversion.txt') 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); } } -- cgit v1.2.3-70-g09d2