diff options
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/quests/quests_ein.txt | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index bda16a694..a10d943d5 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -38,6 +38,9 @@ Playtester Date Added
======
+07/26
+ * Fixed the Factory Quest [Playtester]
+ - two NPCs in one line won't work! >_>
07/25
* Added first part of Bio Ethics Quest [Evera]
- Far from complete :<
diff --git a/npc/quests/quests_ein.txt b/npc/quests/quests_ein.txt index 5e1ca2524..d37bef20f 100644 --- a/npc/quests/quests_ein.txt +++ b/npc/quests/quests_ein.txt @@ -2777,7 +2777,9 @@ s_Budget2: next;
goto s_Budget;
-}ein_in01.gat,67,243,3 script Zelmeto 851,{
+}
+
+ein_in01.gat,67,243,3 script Zelmeto 851,{
if(EinFactory > 0)goto s_Switches;
mes "[Zelmeto]";
|