Fix phazon smelting

This commit is contained in:
Rob Nelson
2013-09-24 21:08:11 -07:00
parent 814995ba67
commit caa5da87d3

View File

@@ -30,7 +30,7 @@
var/dat = "<b>Smelter control console</b><br><br>"
//iron
if(machine.ore_iron || machine.ore_glass || machine.ore_plasma || machine.ore_uranium || machine.ore_gold || machine.ore_silver || machine.ore_diamond || machine.ore_clown || machine.ore_adamantine)
if(machine.ore_iron || machine.ore_glass || machine.ore_plasma || machine.ore_uranium || machine.ore_gold || machine.ore_silver || machine.ore_diamond || machine.ore_clown || machine.ore_adamantine || machine.ore_phazon)
if(machine.ore_iron)
if (machine.selected_iron==1)
dat += text("<A href='?src=\ref[src];sel_iron=no'><font color='green'>Smelting</font></A> ")
@@ -394,7 +394,7 @@
if (selected_clown == 1)
ore_clown--
if (selected_phazon == 1)
ore_clown--
ore_phazon--
new /obj/item/weapon/ore/slag(output.loc)
on = 0
else