LuaLibraries: No longer discourare Locale loading in TargetPractice and SpeedShoppa
authorWuzzy
Wed, 21 Feb 2018 17:19:26 +0000
changeset 1234 60346a2ffb4c
parent 1233 5776338a1613
child 1235 dae4580eca94
LuaLibraries: No longer discourare Locale loading in TargetPractice and SpeedShoppa
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.