diff --git a/projects/mtg/src/GameOptions.cpp b/projects/mtg/src/GameOptions.cpp index ea97ad07b..6954f6383 100644 --- a/projects/mtg/src/GameOptions.cpp +++ b/projects/mtg/src/GameOptions.cpp @@ -47,6 +47,13 @@ const char * Options::optionNames[] = { "interruptEndTurn", "interruptCleanup", "interruptAfterEnd", +//Unlocked modes + "prx_handler", + "prx_rimom", + "prx_eviltwin", + "prx_rnddeck", + "aw_collector", + }; int Options::getID(string name){ if(!name.size())