Fuel rods can't be turned back to uranium/incendium if they've already been used, fixed level generation breaking with smaller subs

This commit is contained in:
Regalis
2016-02-13 13:09:27 +02:00
parent 1506738ff7
commit 08f1d05507
9 changed files with 52 additions and 15 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
<Deconstruct time="10">
<Item name="Steel Bar"/>
<Item name="Uranium Bar"/>
<Item name="Uranium Bar" requirefullcondition="true"/>
</Deconstruct>
<Sprite texture ="fuelrod.png"/>
@@ -78,7 +78,7 @@
<Deconstruct time="10">
<Item name="Steel Bar"/>
<Item name="Incendium Bar"/>
<Item name="Incendium Bar" requirefullcondition="true"/>
</Deconstruct>
<Sprite texture ="fuelrod.png"/>