New() goes in the trash, we've gotta Initialize()
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
var/list/crystals = list()
|
||||
var/obj/item/device/gps/inserted_gps
|
||||
|
||||
/obj/machinery/computer/telescience/New()
|
||||
/obj/machinery/computer/telescience/Initialize()
|
||||
recalibrate()
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/computer/telescience/Destroy()
|
||||
eject()
|
||||
|
||||
Reference in New Issue
Block a user