mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[MIRROR] cleans up INIT (#10164)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a71b34b7e0
commit
e4f07e43f3
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user