This commit is contained in:
AnturK
2017-10-01 13:26:38 +02:00
parent ee49ba470c
commit 6a0b84f772
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
resistance_flags = FLAMMABLE
origin_tech = "biotech=1"
/obj/item/reagent_containers/food/snacks/grown/Initialize (newloc, var/obj/item/seeds/new_seed)
/obj/item/reagent_containers/food/snacks/grown/Initialize (newloc, obj/item/seeds/new_seed)
. = ..()
tastes = list("[name]" = 1) // apples taste of apple, silly.
if(new_seed)
+1 -1
View File
@@ -8,7 +8,7 @@
resistance_flags = FLAMMABLE
var/obj/item/seeds/seed = null // type path, gets converted to item on New(). It's safe to assume it's always a seed item.
/obj/item/grown/Initialize(newloc, var/obj/item/seeds/new_seed)
/obj/item/grown/Initialize(newloc, obj/item/seeds/new_seed)
. = ..()
create_reagents(50)