stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/data/ccl human/units.ccl orc/units.ccl
Date: Mon, 13 Oct 2003 19:01:25 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/10/13 19:01:25

Modified files:
        data/ccl/human : units.ccl 
        data/ccl/orc   : units.ccl 

Log message:
        Fixed orc oil tanker empty and loaded graphics

Patches:
Index: stratagus/data/ccl/human/units.ccl
diff -u stratagus/data/ccl/human/units.ccl:1.42 
stratagus/data/ccl/human/units.ccl:1.43
--- stratagus/data/ccl/human/units.ccl:1.42     Sun Oct 12 00:30:59 2003
+++ stratagus/data/ccl/human/units.ccl  Mon Oct 13 19:01:25 2003
@@ -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: units.ccl,v 1.42 2003/10/12 04:30:59 mr-russ Exp $
+;;     $Id: units.ccl,v 1.43 2003/10/13 23:01:25 jsalmon3 Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -89,20 +89,20 @@
   'land-unit
   'coward
   'can-gather-resource '(
-       file-when-loaded "human/units/peasant_with_gold.png"  
-       resource-id gold
-       resource-capacity 100
-       wait-at-resource 150
-       wait-at-depot 150 )
+    file-when-loaded "human/units/peasant_with_gold.png"  
+    resource-id gold
+    resource-capacity 100
+    wait-at-resource 150
+    wait-at-depot 150)
   'can-gather-resource '(
-       file-when-loaded "human/units/peasant_with_wood.png"  
-       resource-id wood
-       resource-capacity 100
-       resource-step 2
-       wait-at-resource 24
-       wait-at-depot 150
-       lose-resources
-       terrain-harvester )
+    file-when-loaded "human/units/peasant_with_wood.png"  
+    resource-id wood
+    resource-capacity 100
+    resource-step 2
+    wait-at-resource 24
+    wait-at-depot 150
+    lose-resources
+    terrain-harvester)
   'organic
   'selectable-by-rectangle
   'sounds '(
@@ -463,12 +463,12 @@
   'right-harvest
   'sea-unit 'coward
   'can-gather-resource '(
-      file-when-empty "human/units/oil_tanker_empty.png"
-      file-when-loaded "human/units/oil_tanker_full.png"
-      resource-id oil
-      resource-capacity 100
-      wait-at-resource 100
-      wait-at-depot 100)
+    file-when-empty "human/units/oil_tanker_empty.png"
+    file-when-loaded "human/units/oil_tanker_full.png"
+    resource-id oil
+    resource-capacity 100
+    wait-at-resource 100
+    wait-at-depot 100)
   'selectable-by-rectangle
   'sounds '(
     selected "human-oil-tanker-selected"
Index: stratagus/data/ccl/orc/units.ccl
diff -u stratagus/data/ccl/orc/units.ccl:1.45 
stratagus/data/ccl/orc/units.ccl:1.46
--- stratagus/data/ccl/orc/units.ccl:1.45       Sun Oct 12 00:30:59 2003
+++ stratagus/data/ccl/orc/units.ccl    Mon Oct 13 19:01:25 2003
@@ -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: units.ccl,v 1.45 2003/10/12 04:30:59 mr-russ Exp $
+;;     $Id: units.ccl,v 1.46 2003/10/13 23:01:25 jsalmon3 Exp $
 
 ;;=============================================================================
 ;;     Define unit-types.
@@ -85,20 +85,20 @@
   'land-unit
   'coward
   'can-gather-resource '(
-       file-when-loaded "orc/units/peon_with_gold.png"
-       resource-id gold
-       resource-capacity 100
-       wait-at-resource 150
-       wait-at-depot 150)
+    file-when-loaded "orc/units/peon_with_gold.png"
+    resource-id gold
+    resource-capacity 100
+    wait-at-resource 150
+    wait-at-depot 150)
   'can-gather-resource '(
-       file-when-loaded "orc/units/peon_with_wood.png"
-       resource-id wood
-       resource-capacity 100
-       resource-step 2
-       wait-at-resource 24
-       wait-at-depot 150
-       lose-resources
-       terrain-harvester )
+    file-when-loaded "orc/units/peon_with_wood.png"
+    resource-id wood
+    resource-capacity 100
+    resource-step 2
+    wait-at-resource 24
+    wait-at-depot 150
+    lose-resources
+    terrain-harvester)
   'organic
   'selectable-by-rectangle
   'sounds '(
@@ -463,12 +463,12 @@
   'right-harvest
   'sea-unit 'coward
   'can-gather-resource '(
-        file-when-empty "human/units/oil_tanker_empty.png"
-        file-when-loaded "human/units/oil_tanker_full.png"
-       resource-id oil
-        resource-capacity 100
-       wait-at-resource 100
-       wait-at-depot 100 )
+    file-when-empty "orc/units/oil_tanker_empty.png"
+    file-when-loaded "orc/units/oil_tanker_full.png"
+    resource-id oil
+    resource-capacity 100
+    wait-at-resource 100
+    wait-at-depot 100 )
   'selectable-by-rectangle
   'sounds '(
     selected "orc-oil-tanker-selected"




reply via email to

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