fix trait order bug in WEAP - caused it to have no roof if placed in mapfile
This commit is contained in:
@@ -331,7 +331,7 @@ SelectionPriority=3
|
||||
LongDesc=Provides Allied advanced technologies.\n Special Ability: GPS Satellite
|
||||
[WEAP]
|
||||
Description=War Factory
|
||||
Traits=Building, RenderBuilding, RenderWarFactory, RallyPoint, Production
|
||||
Traits=Building, RenderWarFactory, RenderBuilding, RallyPoint, Production
|
||||
Dimensions=3,2
|
||||
Footprint=xxx xxx
|
||||
Produces=Vehicle
|
||||
@@ -466,7 +466,7 @@ SelectionPriority=3
|
||||
LongDesc=Looks like a Construction Yard.
|
||||
[WEAF]
|
||||
Description=Fake War Factory
|
||||
Traits=Building, RenderBuilding, RenderWarFactory, Fake
|
||||
Traits=Building, RenderWarFactory, RenderBuilding, Fake
|
||||
Dimensions=3,2
|
||||
Footprint=xxx xxx
|
||||
SelectionPriority=3
|
||||
|
||||
Reference in New Issue
Block a user