fixes stray bugs

This commit is contained in:
Schnayy
2021-09-11 01:28:49 -05:00
parent 7121ae2383
commit 030741d681
5 changed files with 18 additions and 2 deletions
@@ -65,7 +65,7 @@
dat += "<A href='?src=\ref[src];choice=claim'>Claim points.</A><br>"
else
dat += "No ID inserted. <A href='?src=\ref[src];choice=insert'>Insert ID.</A><br>"
dat += "High-speed processing is <A href='?src=\ref[src];toggle_speed=1'>[(machine.speed_process ? "<font color='green'>active</font>" : "<font color='red'>inactive</font>")]."
dat += "High-speed processing is <A href='?src=\ref[src];toggle_speed=1'>[(machine.speed_process ? "<font color='green'>active</font>" : "<font color='red'>inactive</font>")]</A>."
dat += "<hr><table>"
for(var/ore in machine.ores_processing)