fixes acid peels (#23298)

This commit is contained in:
Luc
2023-11-21 08:04:01 -05:00
committed by GitHub
parent ee4ac14a46
commit 8546a2ca1f
+2 -2
View File
@@ -8,8 +8,8 @@
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/New(newloc, obj/item/seeds/new_seed = null)
..()
/obj/item/grown/Initialize(mapload, newloc, obj/item/seeds/new_seed = null)
. = ..()
create_reagents(50)
if(new_seed)