stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/data/ccl human/buttons.lua orc/button...


From: address@hidden
Subject: [Stratagus-CVS] stratagus/data/ccl human/buttons.lua orc/button...
Date: 14 Jan 2004 10:09:24 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/14 10:09:24

Modified files:
        data/ccl/human : buttons.lua 
        data/ccl/orc   : buttons.lua 

Log message:
        Fixed return with goods button for tankers

Patches:
Index: stratagus/data/ccl/human/buttons.lua
diff -u stratagus/data/ccl/human/buttons.lua:1.3 
stratagus/data/ccl/human/buttons.lua:1.4
--- stratagus/data/ccl/human/buttons.lua:1.3    Mon Dec 15 16:14:47 2003
+++ stratagus/data/ccl/human/buttons.lua        Wed Jan 14 10:09:23 2004
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: buttons.lua,v 1.3 2003/12/15 05:14:47 jsalmon3 Exp $
+--     $Id: buttons.lua,v 1.4 2004/01/13 23:09:23 jsalmon3 Exp $
 
 ------------------------------------------------------------------------------
 --     Define", "unit-button.
@@ -563,7 +563,7 @@
 DefineButton( { Pos = 6, Level = 0, Icon = "icon-alliance-ship-return-oil",
   Action = "return-goods",
   Key = "g", Hint = "RETURN WITH ~!GOODS",
-  ForUnit = {"unit-human-oil"} } )
+  ForUnit = {"unit-human-oil-tanker"} } )
 
 DefineButton( { Pos = 3, Level = 0, Icon = "icon-alliance-ship-cannon1",
   Action = "attack",
Index: stratagus/data/ccl/orc/buttons.lua
diff -u stratagus/data/ccl/orc/buttons.lua:1.2 
stratagus/data/ccl/orc/buttons.lua:1.3
--- stratagus/data/ccl/orc/buttons.lua:1.2      Mon Dec 15 16:14:48 2003
+++ stratagus/data/ccl/orc/buttons.lua  Wed Jan 14 10:09:23 2004
@@ -26,7 +26,7 @@
 --      along with this program; if not, write to the Free Software
 --      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  
USA
 --
---     $Id: buttons.lua,v 1.2 2003/12/15 05:14:48 jsalmon3 Exp $
+--     $Id: buttons.lua,v 1.3 2004/01/13 23:09:23 jsalmon3 Exp $
 
 -- general commands -- almost all units have it -------------------------------
 
@@ -576,7 +576,7 @@
 DefineButton( { Pos = 6, Level = 0, Icon = "icon-mythical-ship-return-oil",
   Action = "return-goods",
   Key = "g", Hint = "RETURN WITH ~!GOODS",
-  ForUnit = {"unit-orc-oil"} } )
+  ForUnit = {"unit-orc-oil-tanker"} } )
 
 DefineButton( { Pos = 3, Level = 0, Icon = "icon-mythical-ship-cannon1",
   Action = "attack",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]