Ports Nightshift from Paradise (#3817)

* Ports Nightshift and converts tick time to ds time

* Moves Nightshift config to the new system and ports the forgotten APC TGUI updates

* Attempting to fix your god damn tome's init.

* Lets do station time the paradise way. Also think I fixed some apc misfires?

* Rerecompiles tgui.bundle.js
This commit is contained in:
Zandario
2022-03-21 21:25:46 -07:00
committed by GitHub
parent 411290e995
commit dfaee1de90
37 changed files with 534 additions and 168 deletions
@@ -122,7 +122,7 @@
// Description: Refreshes local list of known devices.
/datum/nano_module/rcon/proc/FindDevices()
known_SMESs = new /list()
for(var/obj/machinery/power/smes/buildable/SMES in machines)
for(var/obj/machinery/power/smes/buildable/SMES in GLOB.smeses)
if(SMES.RCon_tag && (SMES.RCon_tag != "NO_TAG") && SMES.RCon)
known_SMESs.Add(SMES)