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
+1 -1
View File
@@ -32,7 +32,7 @@
description_fluff = "If attempting to implant a compatible augment into a synthetic limb, the limb must be screwdrivered open and then modified with a multitool before insertion can begin."
/obj/item/organ/internal/augment/Initialize()
/obj/item/organ/internal/augment/Initialize(mapload)
. = ..()
setup_radial_icon()
if(integrated_object_type)
@@ -192,7 +192,7 @@
/datum/matter_synth/wire
)
/obj/item/organ/internal/augment/armmounted/shoulder/multiple/Initialize()
/obj/item/organ/internal/augment/armmounted/shoulder/multiple/Initialize(mapload)
. = ..()
if(integrated_object)
+1 -1
View File
@@ -72,6 +72,6 @@
spleen_efficiency = 0.3
spleen_tick = 15
/obj/item/organ/internal/spleen/minor/Initialize()
/obj/item/organ/internal/spleen/minor/Initialize(mapload)
. = ..()
adjust_scale(0.7)
+1 -1
View File
@@ -11,7 +11,7 @@
var/deadly_hold = TRUE // Does the stomach do damage to mobs eaten by its owner? Xenos should probably have this FALSE.
/obj/item/organ/internal/stomach/Initialize()
/obj/item/organ/internal/stomach/Initialize(mapload)
. = ..()
if(reagents)
reagents.maximum_volume = 30