mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 09:16:46 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user