last fixes, hopefully

This commit is contained in:
Fox-McCloud
2017-02-04 04:28:42 -05:00
parent ed4ae3dd8f
commit f8602ffef8
8 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
if(b_type & AUTOLATHE) lathe_types += "Autolathe"
if(b_type & MECHFAB) lathe_types += "Mech Fabricator"
if(b_type & PODFAB) lathe_types += "Spacepod Fabricator"
if(b_type & BIOGENERATOR) lathe_types += "Biogenerator<BR>"
if(b_type & BIOGENERATOR) lathe_types += "Biogenerator"
var/list/materials = list()
disk_data["materials"] = materials
for(var/M in d_disk.blueprint.materials)