diff options
Diffstat (limited to 'npc/027-2/alacrius.txt')
-rw-r--r-- | npc/027-2/alacrius.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-2/alacrius.txt b/npc/027-2/alacrius.txt index f1dd9a26..24d6c4ef 100644 --- a/npc/027-2/alacrius.txt +++ b/npc/027-2/alacrius.txt @@ -14,8 +14,8 @@ L_Quest: // Rand() is probably not the best way to do that. if (!#CRYPT_PASSWORD) { #CRYPT_PASSWORD = rand2(4095); - setq Quest_Reapercry, 1; } + compareandsetq Quest_Reapercry, 0, 1; next; mes "##1--------- The Alacrius Riddle"; mes ""; |