diff --git a/code/ATMOSPHERICS/chiller.dm b/code/ATMOSPHERICS/chiller.dm
index 9e66bc1b3da..3aa8b0af271 100644
--- a/code/ATMOSPHERICS/chiller.dm
+++ b/code/ATMOSPHERICS/chiller.dm
@@ -92,16 +92,17 @@
else
dat += "Removed
"
- dat += "Power Level: [cell ? round(cell.percent(),1) : 0]%
"
-
- dat += "Set Temperature: "
-
- dat += "- "
- dat += "-"
- dat += " [temp]°C "
- dat += "+ "
- dat += "+
"
+ // AUTOFIXED BY fix_string_idiocy.py
+ // C:\Users\Rob\Documents\Projects\vgstation13\code\ATMOSPHERICS\chiller.dm:95: dat += "Power Level: [cell ? round(cell.percent(),1) : 0]%
"
+ dat += {"Power Level: [cell ? round(cell.percent(),1) : 0]%
+ Set Temperature:
+ -
+ -
+ [temp]°C
+ +
+ +
"}
+ // END AUTOFIX
user.set_machine(src)
user << browse("
| Date | " - dat += "Time | " - dat += "Target | " - dat += "Purpose | " - dat += "Value | " - dat += "Source terminal ID | " - dat += "||
| Date | +Time | +Target | +Purpose | +Value | +Source terminal ID | +
| [T.date] | " - dat += "[T.time] | " - dat += "[T.target_name] | " - dat += "[T.purpose] | " - dat += "$[T.amount] | " - dat += "[T.source_terminal] | " - dat += "
| [T.date] | +[T.time] | +[T.target_name] | +[T.purpose] | +$[T.amount] | +[T.source_terminal] | +
| #[D.account_number] | " - dat += "[D.owner_name] | " - dat += "View in detail | " - dat += "
| #[D.account_number] | +[D.owner_name] | +View in detail | +
| Device tag | " - dat += "" - dat += " |
| Device tag | ++ |
| [C.id_tag] | " - dat += "\[Manage\] | " - dat += "
| ID | " - dat += "Assembly | " - dat += "Consumption | " - dat += "Depletion | " - dat += "Duration | " - dat += "Next stage | " - dat += "" - dat += " | " - dat += " |
| ID | +Assembly | +Consumption | +Depletion | +Duration | +Next stage | ++ | + |
| [I.id_tag] | " + + // AUTOFIXED BY fix_string_idiocy.py + // C:\Users\Rob\Documents\Projects\vgstation13\code\WorkInProgress\Cael_Aislinn\Rust\fuel_control.dm:89: dat += "|||||||
| [I.id_tag] | "} + // END AUTOFIX if(I.cur_assembly) dat += "\[[I.injecting ? "Halt injecting" : "Begin injecting"]\] | " else @@ -105,13 +112,20 @@ dat += "[proceeding_stages[I.id_tag]] | " else dat += "None \[modify\] | " - dat += "\[[active_stages.Find(I.id_tag) ? "Deactivate stage" : "Activate stage "] \] | " - dat += "
| Injector Status | " - t += "Injection interval (sec) | " - t += "Assembly consumption per injection | " - t += "Fuel Assembly Port | " - t += "Assembly depletion percentage | " - t += "
| Injector Status | +Injection interval (sec) | +Assembly consumption per injection | +Fuel Assembly Port | +Assembly depletion percentage | +
| Fuel Injection Stage: [stage] [active_stage == stage ? " (Currently active)" : "Activate"] | ||||
| [Injector.on && Injector.remote_enabled ? "Operational" : "Unresponsive"] | " - t += "[Injector.rate/10] Modify | " - t += "[Injector.fuel_usage*100]% Modify | " - t += "[Injector.owned_assembly_port ? "[Injector.owned_assembly_port.cur_assembly ? "Loaded": "Empty"]" : "Disconnected" ] | " - t += "[Injector.owned_assembly_port && Injector.owned_assembly_port.cur_assembly ? "[Injector.owned_assembly_port.cur_assembly.amount_depleted*100]%" : ""] | " - t += "
| [Injector.on && Injector.remote_enabled ? "Operational" : "Unresponsive"] | +[Injector.rate/10] Modify | +[Injector.fuel_usage*100]% Modify | +[Injector.owned_assembly_port ? "[Injector.owned_assembly_port.cur_assembly ? "Loaded": "Empty"]" : "Disconnected" ] | +[Injector.owned_assembly_port && Injector.owned_assembly_port.cur_assembly ? "[Injector.owned_assembly_port.cur_assembly.amount_depleted*100]%" : ""] | +