[MIRROR] Initialize fixing (#10335)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-08 22:22:04 +01:00
committed by GitHub
co-authored by Kashargul
parent 2e725a0727
commit ce2446922e
888 changed files with 2876 additions and 2225 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