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:
wowgetoffyourcellphone 2023-01-10 19:35:23 +00:00
parent 90e6d1bd4d
commit de697397ba
2 changed files with 0 additions and 20 deletions

View file

@ -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>

View file

@ -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>