Deconstructing certain items now gives materials
Some tools and the body armor wouldn't give any materials
This commit is contained in:
@@ -174,7 +174,11 @@
|
||||
Tags="smallitem"
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,58,31,6" depth="0.55"/>
|
||||
|
||||
<Body width="31" height="6" density="50"/>
|
||||
@@ -190,6 +194,10 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,50,26,7" depth="0.55"/>
|
||||
|
||||
<Body width="30" height="7" density="50"/>
|
||||
@@ -207,6 +215,10 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="15">
|
||||
|
||||
<Deconstruct time="10">
|
||||
<Item name="Steel Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="0,65,64,12" depth="0.55"/>
|
||||
|
||||
<Body width="60" height="10" density="50"/>
|
||||
@@ -224,6 +236,11 @@
|
||||
cargocontainername="Metal Crate"
|
||||
price="10">
|
||||
|
||||
<Deconstruct time="15">
|
||||
<Item name="Copper Bar"/>
|
||||
<Item name="Polycarbonate Bar"/>
|
||||
</Deconstruct>
|
||||
|
||||
<Sprite texture ="tools.png" sourcerect="42,0,22,9" depth="0.55"/>
|
||||
|
||||
<Body width="31" height="6" density="40"/>
|
||||
|
||||
Reference in New Issue
Block a user