Initialize fixing (#17279)

* Initialoize fixing

* diff fix

* add init grep test

* fixed missed ones

* .

* some more

* ,
This commit is contained in:
Kashargul
2025-03-08 13:59:29 -05:00
committed by GitHub
parent 76183beaa5
commit 46bea7cfa2
755 changed files with 1905 additions and 1904 deletions
@@ -15,7 +15,7 @@
var/last_process_worldtime = 0
var/report_num = 0
/obj/machinery/dnaforensics/Initialize()
/obj/machinery/dnaforensics/Initialize(mapload)
. = ..()
default_apply_parts()
+1 -1
View File
@@ -8,6 +8,6 @@
possible_transfer_amounts = list(5,10)
volume = 250
/obj/item/reagent_containers/spray/luminol/Initialize()
/obj/item/reagent_containers/spray/luminol/Initialize(mapload)
. = ..()
reagents.add_reagent(REAGENT_ID_LUMINOL, 250)
+1 -1
View File
@@ -31,7 +31,7 @@
var/on_fire = 0
var/burn_time = 20 //if the rag burns for too long it turns to ashes
/obj/item/reagent_containers/glass/rag/Initialize()
/obj/item/reagent_containers/glass/rag/Initialize(mapload)
. = ..()
update_name()