Skip to content

Commit

Permalink
Follow up 7574a72
Browse files Browse the repository at this point in the history
I forgot to remove my note
  • Loading branch information
Atemo committed Mar 22, 2016
1 parent 7574a72 commit 5429ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/quest_variables.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ How to check: if (MISC_QUEST & 256) {}

Quest: Cube Room
Info: Lighthalzen Cube Room quest (to enter Bio-Lab)
How to set: set MISC_QUEST, MISC_QUEST | 512;// revoir l'update de la quest (split)
How to set: set MISC_QUEST, MISC_QUEST | 512;
How to check: if (MISC_QUEST & 512) {}

Quest: Reset Skills Event
Expand All @@ -80,7 +80,7 @@ How to check: if (MISC_QUEST & 4096) {}

Quest: Rachel Sanctuary Quest
Info: Determines if player can access Rachel Santuary.
How to set: set MISC_QUEST, MISC_QUEST | 8192;// revoir egalmenet celui l� (update)
How to set: set MISC_QUEST, MISC_QUEST | 8192;
How to check: if (MISC_QUEST & 8192) {}

Quest: Message Delivery Quest
Expand Down

0 comments on commit 5429ba8

Please sign in to comment.