[MIRROR] Fixes incorrect Initialize() arguments (#1029)

* Fixes incorrect Initialize() arguments (#54013)

* Fixes incorrect Initialize() arguments

Co-authored-by: spookydonut <github@spooksoftware.com>
This commit is contained in:
SkyratBot
2020-09-29 00:18:52 +02:00
committed by GitHub
co-authored by spookydonut
parent 8e22b30dd6
commit f8eef23e64
5 changed files with 5 additions and 5 deletions
+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, obj/item/seeds/new_seed)
/obj/item/grown/Initialize(mapload, newloc, obj/item/seeds/new_seed)
. = ..()
create_reagents(100)