summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/quests_lighthalzen.txt8
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index bf1b1bbee..adb21c5a2 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -38,6 +38,7 @@ Date Added
08/13
* Finished Bio Ethics Quest, need bug testers before finalizing and moving to stable [Evera]
* Added Bio Ethics Quest variable to bit shift MISC_QUEST|64, and added to quest_variables.txt [Evera]
+ * Fixed Bio Ethics Quest, had a few bugs >_< [Evera]
* The Sign Quest: moved #aldesignwarp to fix enless warp [Lupus]
08/12
* Fixed id of Dryad Card in the Headgears 2006 quest thanks to tonyfud [Playtester]
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt
index 016ccd5de..0fded25f9 100644
--- a/npc/quests/quests_lighthalzen.txt
+++ b/npc/quests/quests_lighthalzen.txt
@@ -2768,9 +2768,9 @@ lhz_in01.gat,224,140,8 script Kellasus 57,{
mes "[Kellasus]";
mes "I already taught you";
mes "skills of the homunculus...";
-// if(getskillv(238) == 0) skill 238,1,0;
-// if(getskillv(243) == 0) skill 243,1,0;
-// if(getskillv(244) == 0) skill 244,1,0;
+ if (getskilllv(238) == 0) skill 238,1,0;
+ if (getskilllv(243) == 0) skill 243,1,0;
+ if (getskilllv(244) == 0) skill 244,1,0;
close;
}
switch(bioeth){
@@ -2956,7 +2956,7 @@ lhz_in01.gat,225,122,4 script Skrajiad 754,{
lhz_in02.gat,269,273,4 script Bringel 709,{
//Unofficial Text
if(bioeth > 3 || MISC_QUEST&64){
-// if(getskillv(247) == 0) skill 247,1,0;
+ if(getskilllv(247) == 0) skill 247,1,0;
}
if(bioeth == 3){
mes "[Bringel]";