diff options
Diffstat (limited to 'npc/jobs/2-2a/Creator.txt')
-rw-r--r-- | npc/jobs/2-2a/Creator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2a/Creator.txt b/npc/jobs/2-2a/Creator.txt index 07c462aa2..494182792 100644 --- a/npc/jobs/2-2a/Creator.txt +++ b/npc/jobs/2-2a/Creator.txt @@ -75,7 +75,7 @@ valkyrie,53,50,3 script Biochemist#Valkyrie 122,{ close; } else { - if (Class == Job_Creator && MISC_QUEST & 64 && getskilllv(238) == 0) { + if (Class == Job_Creator && MISC_QUEST & 64 && getskilllv("AM_BIOETHICS") == 0) { mes "[Biochemist]"; mes "Ah, have you come to"; mes "retrieve the memories"; |