mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user