mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
- Operation permision now can be set for all mechs, including combat models.
- Added Durand parts and Durand construction (currently using Gygax part sprites) - Other mecha tweaks. - Fixed smelter not showing sand as smeltable material. - Cyborg gibbing inside recharge station should now update its icon and power consumption. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1288 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1342,7 +1342,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
||||
|
||||
var/dat = "<b>Smelter control console</b><br><br>"
|
||||
//iron
|
||||
if(machine.ore_iron || machine.ore_plasma || machine.ore_uranium || machine.ore_gold || machine.ore_silver || machine.ore_diamond || machine.ore_clown)
|
||||
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)
|
||||
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> ")
|
||||
|
||||
Reference in New Issue
Block a user