LuaLibrarySimpleMission: Fix documentation mistake for distGearPos, distGearGear
authorWuzzy
Fri, 19 Apr 2019 14:56:28 +0100
changeset 1824 a5a87fba78fa
parent 1823 7eee057240b4
child 1825 1d2aeacbdd8e
LuaLibrarySimpleMission: Fix documentation mistake for distGearPos, distGearGear
LuaLibrarySimpleMission.wiki
--- a/LuaLibrarySimpleMission.wiki	Thu Apr 18 21:55:53 2019 +0100
+++ b/LuaLibrarySimpleMission.wiki	Fri Apr 19 14:56:28 2019 +0100
@@ -146,14 +146,14 @@
 - type="distGearPos"	Distance between a gear and a fixed position
 	FAIL CONDITION:	Gear destroyed
 	- distance	goal distance to compare to
-	- relationship	"greaterThan" or "lowerThan"
+	- relationship	"greaterThan" or "smallerThan"
 	- id		gear to watch
 	- x		x coordinate to reach
 	- y		y coordinate to reach
 - type="distGearGear"	Distance between two gears
 	FAIL CONDITION:	Any of both gears destroyed
 	- distance	goal distance to compare to
-	- relationship	"greaterThan" or "lowerThan"
+	- relationship	"greaterThan" or "smallerThan"
 	- id1		first gear to compare
 	- id2		second gear to compare
 - type="damage"		Gear took damage or was destroyed