next new to init (#17400)

* next new to init

* .

* this needs thorough testing

* .

* needs an istype

* also vnotice

* mvoe to defines
This commit is contained in:
Kashargul
2025-03-24 06:18:39 -04:00
committed by GitHub
parent 8a4ac36d15
commit d3b7ba8b43
141 changed files with 529 additions and 601 deletions
+4 -2
View File
@@ -209,7 +209,8 @@ GLOBAL_LIST_INIT(design_datums, list())
matter = list(MAT_STEEL = 30, MAT_GLASS = 10)
var/datum/tech/stored
/obj/item/disk/tech_disk/New()
/obj/item/disk/tech_disk/Initialize(mapload)
. = ..()
randpixel_xy()
/obj/item/disk/design_disk
@@ -223,5 +224,6 @@ GLOBAL_LIST_INIT(design_datums, list())
matter = list(MAT_STEEL = 30, MAT_GLASS = 10)
var/datum/design/blueprint
/obj/item/disk/design_disk/New()
/obj/item/disk/design_disk/Initialize(mapload)
. = ..()
randpixel_xy()