hedgewars/uVariables.pas
changeset 11941 7ece39a537bd
parent 11939 c7ec309cd685
child 12106 9bc19f722169
--- a/hedgewars/uVariables.pas	Tue May 10 01:33:23 2016 +0200
+++ b/hedgewars/uVariables.pas	Tue May 10 01:59:54 2016 +0200
@@ -2474,6 +2474,7 @@
     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)
+    trluaammoa: array[TAmmoStrId] of ansistring; // description appendix of the weapon (Lua only)
     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
     cTestLua : Boolean;