diff -r 5776338a1613 -r 60346a2ffb4c LuaLibraries.wiki --- a/LuaLibraries.wiki Tue Feb 20 22:36:27 2018 +0000 +++ b/LuaLibraries.wiki Wed Feb 21 17:19:26 2018 +0000 @@ -403,8 +403,6 @@ If you want to create a more sophisticated training mission, use your own code instead. The main motivation to write this library was to reduce redundancy in existing target practice missions. -Thos library also loads the Locale library for its own purposes. If you use !TargetPractice, you do not have to explicitly load Locale anymore. - === `TargetPracticeMission(params)` === This function sets up the *entire* training mission and needs one argument: `params`. `params` is a table containing fields which describe the training mission. @@ -477,8 +475,6 @@ In !SpeedShoppa missions, the player starts with infinite ropes and has to collect all crates as fast as possible and compete for the fastest time. -This library also loads the Locale library for its own purposes. If you use !SpeedShoppa, you do not have to explicitly load Locale anymore. - === `SpeedShoppaMission(params)` === This function sets up the *entire* mission and needs one argument: `params`. The argument “`params`” is a table containing fields which describe the training mission.