mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Gameplay | Fix | fix Fire ships trainable from captured docks as the Han
Patch by: @real_tabasco_sauce Differential Revision: https://code.wildfiregames.com/D4875 This was SVN commit r27411.
This commit is contained in:
parent
90e6d1bd4d
commit
de697397ba
2 changed files with 0 additions and 20 deletions
|
|
@ -12,11 +12,6 @@
|
|||
<Obstruction>
|
||||
<Static depth="32.0" width="26.0"/>
|
||||
</Obstruction>
|
||||
<Trainer>
|
||||
<Entities datatype="tokens">
|
||||
-units/{civ}/ship_fire
|
||||
</Entities>
|
||||
</Trainer>
|
||||
<VisualActor>
|
||||
<Actor>structures/han/dock.xml</Actor>
|
||||
<FoundationActor>structures/fndn_6x4_dock.xml</FoundationActor>
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_ship_fire">
|
||||
<Footprint>
|
||||
<Square depth="16.0" width="8.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<Identity>
|
||||
<Civ>han</Civ>
|
||||
<SpecificName>Huǒ Chuán</SpecificName>
|
||||
<Icon>units/han/ship_fire.png</Icon>
|
||||
</Identity>
|
||||
<VisualActor>
|
||||
<Actor>structures/han/fireship_fire.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Loading…
Reference in a new issue