mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Initialize fixing (#17279)
* Initialoize fixing * diff fix * add init grep test * fixed missed ones * . * some more * ,
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user