about summary refs log tree commit diff stats
path: root/Source/Randomizer.cpp
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-17 14:02:28 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-17 14:02:28 -0800
commit1501b173c058f11e53507532ad583a6ac9c061cc (patch)
tree3066f68055fd6bcf73d9686a4980b041d74f28d6 /Source/Randomizer.cpp
parent1f85741c8d12d9b1fbd55b29f334de572f9eea9b (diff)
downloadwitness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.gz
witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.tar.bz2
witness-tutorializer-1501b173c058f11e53507532ad583a6ac9c061cc.zip
4.0.5
Diffstat (limited to 'Source/Randomizer.cpp')
-rw-r--r--Source/Randomizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index a21b928..6f9c12b 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp
@@ -8,6 +8,8 @@
8 * Randomize audio logs -- Hard, seem to be unloaded some times? 8 * Randomize audio logs -- Hard, seem to be unloaded some times?
9 * Swap sounds in jungle (along with panels) -- maybe impossible 9 * Swap sounds in jungle (along with panels) -- maybe impossible
10 * Make orange 7 (all of oranges?) hard. Like big = hard. (See: HARD_MODE) 10 * Make orange 7 (all of oranges?) hard. Like big = hard. (See: HARD_MODE)
11 * Add a setting for "disable wonkavator and hotel", so that 100% runs are possible
12 * Try to stabilize challenge/doors RNG
11*/ 13*/
12#include "Memory.h" 14#include "Memory.h"
13#include "Randomizer.h" 15#include "Randomizer.h"