Fix bad comment in Construction Mode
authorWuzzy <almikes@aol.com>
Wed, 13 Apr 2016 03:04:24 +0200
changeset 11729 2d57eed66d41
parent 11728 373150be0356
child 11730 8cc9c8a43dcc
Fix bad comment in Construction Mode
share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Wed Apr 13 03:03:46 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Construction_Mode.lua	Wed Apr 13 03:04:24 2016 +0200
@@ -26,12 +26,12 @@
 ------------------------------------------------------------------------------
 -- The script parameter can be used to configure the energy
 -- of the game. It is a comma-seperated list of key=value pairs, where each
--- key is a word and each value is an negative integer between 0 and 4294967295.
+-- key is a word and each value is an integer between 0 and 4294967295.
 --
 -- Possible keys:
 --- initialenergy: Amount of energy that each team starts with (default: 550)
 --- energyperround: Amount of energy that each team gets per round (default: 50)
---- maxenergy: Maximum amount of energy each team can hold (default: 1000).
+--- maxenergy: Maximum amount of energy each team can hold (default: 1000)
 
 -- Example: “initialenergy=750, maxenergy=2000” starts thee game with 750 energy
 -- and sets the maximum energy to 2000