Replace air bottle by empty bottle when repairing spacesuit

This gives the empty heavy iron bottle back when crafting an air
bottle and a spacesuit part to repair the spacesuit part.
This commit is contained in:
coil
2019-06-30 21:31:50 -04:00
parent 691f45e932
commit 7c5570af5e
+3
View File
@@ -9,6 +9,9 @@ if has_vacuum then
recipe = {
"vacuum:air_bottle",
partname
},
replacements = {
{"vacuum:air_bottle", "vessels:steel_bottle"}
}
})
end