fixfixfix squared. Will not fix missing clockslab tabs, you just have to give it a category.

This commit is contained in:
Letter N
2020-08-03 21:14:17 +08:00
parent a19e306137
commit 9a9e3ffef5
10 changed files with 29 additions and 15 deletions
+3 -2
View File
@@ -65,12 +65,13 @@
return
else
linked.linked = src
/*
var/area/my_area = get_area(src)
if(my_area)
linked.power_usage = my_area.power_usage
else
linked.power_usage = new /list(AREA_USAGE_LEN)
*/
generate_program_list()
load_program(offline_program, FALSE, FALSE)
@@ -78,7 +79,7 @@
emergency_shutdown()
if(linked)
linked.linked = null
linked.power_usage = new /list(AREA_USAGE_LEN)
//linked.power_usage = new /list(AREA_USAGE_LEN)
return ..()
/obj/machinery/computer/holodeck/power_change()