A bunch of Initialize()s now have return values
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
to_chat(user, "There are [crystals.len ? crystals.len : "no"] bluespace crystal\s in the crystal slots.")
|
||||
|
||||
/obj/machinery/computer/telescience/Initialize(mapload)
|
||||
..()
|
||||
. = ..()
|
||||
if(mapload)
|
||||
for(var/i = 1; i <= starting_crystals; i++)
|
||||
crystals += new /obj/item/weapon/ore/bluespace_crystal/artificial(null) // starting crystals
|
||||
|
||||
Reference in New Issue
Block a user