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