split bridges to use different actor types for the various bridge types

This commit is contained in:
Chris Forbes
2010-01-19 12:37:11 +13:00
parent eb81076bce
commit df8f37c5e4
5 changed files with 57 additions and 19 deletions

View File

@@ -253,7 +253,9 @@ DOMF
; pseudo-buildings
MINP
MINV
BRIDGE
BR1
BR2
BR3
; `Dimensions` is the size of a box that will include the whole building, excluding bib.
@@ -534,13 +536,29 @@ Selectable=no
Traits=Unit,RenderUnit,BelowUnits,InvisibleToOthers
Selectable=no
[Bridge]
[BR1]
Traits=Bridge, BelowUnits, Building
Strength=1000
Dimensions=4,2
Footprint=____ ____
Selectable=yes
[BR2]
Traits=Bridge, BelowUnits, Building
Strength=1000
Dimensions=4,2
Footprint=____ ____
Selectable=yes ;; temp hack
[BR3]
Traits=Bridge, BelowUnits, Building
Strength=1000
Dimensions=4,2
Footprint=____ ____
Selectable=yes ;; temp hack
;; todo: short bridges
[InfantryTypes]
DOG
E1