LuaLibraryTargetPractice: remove colon
authorWuzzy
Wed, 02 May 2018 22:54:01 +0100
changeset 1350 e16824327a95
parent 1349 33c3be9c0583
child 1351 81ec32569680
LuaLibraryTargetPractice: remove colon
LuaLibraryTargetPractice.wiki
--- a/LuaLibraryTargetPractice.wiki	Wed May 02 22:53:46 2018 +0100
+++ b/LuaLibraryTargetPractice.wiki	Wed May 02 22:54:01 2018 +0100
@@ -41,7 +41,7 @@
 || `teamGrave` || Name of the hedgehog’s grave ||
 || `clanColor` || Color of the (only) clan (default: `0xFF0204`, which is a red tone) ||
 || `goalText` || A short string explaining the goal of the mission (default: `"Destroy all targets within the time!"`) ||
-|| `shootText`: || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) ||
+|| `shootText` || A string which says how many times the player shot, “`%d`” is replaced by the number of shots. (default: `"You have shot %d times."`) ||
 
 
 === Example ===