[MIRROR] cleans up INIT (#10164)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-14 21:40:43 -07:00
committed by GitHub
parent a71b34b7e0
commit e4f07e43f3
38 changed files with 187 additions and 187 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
var/potency = -1
/obj/item/reagent_containers/food/snacks/grown/Initialize(var/mapload, var/planttype)
/obj/item/reagent_containers/food/snacks/grown/Initialize(mapload, var/planttype)
. = ..()
if(!dried_type)
+1 -1
View File
@@ -13,7 +13,7 @@ GLOBAL_LIST_BOILERPLATE(all_seed_packs, /obj/item/seeds)
var/datum/seed/seed
var/modified = 0
/obj/item/seeds/Initialize(var/ml, var/_seed_type)
/obj/item/seeds/Initialize(mapload, var/_seed_type)
if(_seed_type in SSplants.seeds)
seed_type = _seed_type
update_seed()