cleans up INIT (#17130)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
Kashargul
2025-02-13 23:28:01 +01:00
committed by GitHub
co-authored by Selis
parent 7a92b21f97
commit f9e7b44dae
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()