ItemComponent HUD isn't drawn for ItemComponents that can't be selected

This commit is contained in:
Regalis
2016-12-01 16:11:29 +02:00
parent a2442bfcb8
commit bf88e2b8de
7 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<input name="shutdown"/>
</ConnectionPanel>
<ItemContainer capacity="5">
<ItemContainer capacity="5" canbeselected="true">
<Containable name="Fuel Rod">
<StatusEffect type="OnContaining" target="This" AvailableFuel="2000.0" disabledeltatime="true"/>
</Containable>