Update files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
custom_materials = list(/datum/material/iron=300, /datum/material/glass=100)
|
||||
var/datum/techweb/stored_research
|
||||
|
||||
/obj/item/disk/tech_disk/Initialize()
|
||||
/obj/item/disk/tech_disk/Initialize(mapload)
|
||||
. = ..()
|
||||
pixel_x = rand(-5, 5)
|
||||
pixel_y = rand(-5, 5)
|
||||
@@ -17,7 +17,7 @@
|
||||
desc = "A debug item for research"
|
||||
custom_materials = null
|
||||
|
||||
/obj/item/disk/tech_disk/debug/Initialize()
|
||||
/obj/item/disk/tech_disk/debug/Initialize(mapload)
|
||||
. = ..()
|
||||
stored_research = new /datum/techweb/admin
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
icon_state = "rndmajordisk"
|
||||
custom_materials = list(/datum/material/iron=300, /datum/material/glass=100)
|
||||
|
||||
/obj/item/disk/tech_disk/major/Initialize()
|
||||
/obj/item/disk/tech_disk/major/Initialize(mapload)
|
||||
. = ..()
|
||||
stored_research = new /datum/techweb/bepis
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
desc = "A technology disk containing schematics for syndicate inspired equipment."
|
||||
custom_materials = null
|
||||
|
||||
/obj/item/disk/tech_disk/illegal/Initialize()
|
||||
/obj/item/disk/tech_disk/illegal/Initialize(mapload)
|
||||
. = ..()
|
||||
stored_research = new /datum/techweb/syndicate
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
desc = "You feel like it's not Gray because of its color."
|
||||
custom_materials = null
|
||||
|
||||
/obj/item/disk/tech_disk/abductor/Initialize()
|
||||
/obj/item/disk/tech_disk/abductor/Initialize(mapload)
|
||||
. = ..()
|
||||
stored_research = new /datum/techweb/abductor
|
||||
|
||||
Reference in New Issue
Block a user