--- a/hedgewars/uVariables.pas Sat Nov 19 21:17:48 2016 +0100
+++ b/hedgewars/uVariables.pas Mon May 09 22:49:31 2016 +0200
@@ -2471,6 +2471,9 @@
var trammo: array[TAmmoStrId] of ansistring; // name of the weapon
trammoc: array[TAmmoStrId] of ansistring; // caption of the weapon
trammod: array[TAmmoStrId] of ansistring; // description of the weapon
+ trluaammo: array[TAmmoStrId] of ansistring; // name of the weapon (Lua overwrite)
+ trluaammoc: array[TAmmoStrId] of ansistring; // caption of the weapon (Lua overwrite)
+ trluaammod: array[TAmmoStrId] of ansistring; // description of the weapon (Lua overwrite)
trmsg: array[TMsgStrId] of ansistring; // message of the event
trgoal: array[TGoalStrId] of ansistring; // message of the goal
cTestLua : Boolean;