Adds a disk slot to the ORM, to allow the uploading of new smelter designs (#980)
This commit is contained in:
committed by
Poojawa
parent
9a0af3cae2
commit
0ad1bb5259
@@ -728,6 +728,8 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
if(D.build_type & AUTOLATHE) dat += "Autolathe<BR>"
|
||||
if(D.build_type & MECHFAB) dat += "Exosuit Fabricator<BR>"
|
||||
if(D.build_type & BIOGENERATOR) dat += "Biogenerator<BR>"
|
||||
if(D.build_type & LIMBGROWER) dat += "Limbgrower<BR>"
|
||||
if(D.build_type & SMELTER) dat += "Smelter<BR>"
|
||||
dat += "Required Materials:<BR>"
|
||||
var/all_mats = D.materials + D.reagents_list
|
||||
for(var/M in all_mats)
|
||||
|
||||
Reference in New Issue
Block a user