This commit is contained in:
kevinz000
2018-12-06 18:34:37 -08:00
parent 8f946a39b4
commit c2c688c4c8
210 changed files with 296 additions and 296 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
S.update_connections()
break
/obj/machinery/computer/rdconsole/initialize()
/obj/machinery/computer/rdconsole/Initialize()
SyncRDevices()
. = ..()
+1 -1
View File
@@ -33,7 +33,7 @@
tot_rating += SP.rating
idle_power_usage /= max(1, tot_rating)
/obj/machinery/r_n_d/server/initialize()
/obj/machinery/r_n_d/server/Initialize()
. = ..()
if(!files)
files = new /datum/research(src)