Jfc that's a lot of work!

This commit is contained in:
Ghommie
2019-12-23 04:24:13 +01:00
parent c87bdef944
commit e74339ce8b
217 changed files with 1329 additions and 1288 deletions
+2 -2
View File
@@ -394,7 +394,7 @@ Nothing else in the console has ID requirements.
l += "<h3>Chemical Storage:</h3>"
for(var/datum/reagent/R in linked_lathe.reagents.reagent_list)
l += "[R.name]: [R.volume]"
l += "<A href='?src=[REF(src)];disposeP=[R.id]'>Purge</A>"
l += "<A href='?src=[REF(src)];disposeP=[R]'>Purge</A>"
l += "</div>"
return l
@@ -497,7 +497,7 @@ Nothing else in the console has ID requirements.
l += "<h3>Chemical Storage:</h3>"
for(var/datum/reagent/R in linked_imprinter.reagents.reagent_list)
l += "[R.name]: [R.volume]"
l += "<A href='?src=[REF(src)];disposeI=[R.id]'>Purge</A>"
l += "<A href='?src=[REF(src)];disposeI=[R]'>Purge</A>"
return l
/obj/machinery/computer/rdconsole/proc/ui_circuit_materials() //Legacy code!