mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Fixes linter and conflict shit
This commit is contained in:
@@ -62072,7 +62072,6 @@
|
||||
departmentType = 2;
|
||||
name = "Chemistry RC";
|
||||
pixel_x = 30;
|
||||
pixel_y = 0;
|
||||
receive_ore_updates = 1
|
||||
},
|
||||
/turf/open/floor/plasteel/white,
|
||||
|
||||
@@ -265,7 +265,7 @@
|
||||
data["online"] = compressor?.starter
|
||||
data["power"] = DisplayPower(compressor?.turbine?.lastgen)
|
||||
data["rpm"] = compressor?.rpm
|
||||
data["temp"] = compressor?.gas_contained.temperature
|
||||
data["temp"] = compressor?.gas_contained.return_temperature()
|
||||
return data
|
||||
|
||||
/obj/machinery/power/turbine/ui_act(action, params)
|
||||
|
||||
Reference in New Issue
Block a user