Merge pull request #35606 from coiax/hydroponic-foods-taste
Apples now taste like apples
This commit is contained in:
committed by
CitadelStationBot
parent
1cda9ef2b4
commit
7fd53748f0
@@ -19,7 +19,9 @@
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/Initialize(mapload, obj/item/seeds/new_seed)
|
||||
. = ..()
|
||||
tastes = list("[name]" = 1) // apples taste of apple, silly.
|
||||
if(!tastes)
|
||||
tastes = list("[name]" = 1)
|
||||
|
||||
if(new_seed)
|
||||
seed = new_seed.Copy()
|
||||
else if(ispath(seed))
|
||||
|
||||
Reference in New Issue
Block a user