mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
last fixes, hopefully
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user