[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
@@ -19,7 +19,7 @@
return
density = anchorvalue ? initial(pipe_type.density) : FALSE
/obj/structure/disposalconstruct/Initialize(loc, _pipe_type, _dir = SOUTH, flip = FALSE, obj/make_from)
/obj/structure/disposalconstruct/Initialize(mapload, loc, _pipe_type, _dir = SOUTH, flip = FALSE, obj/make_from)
. = ..()
if(make_from)
pipe_type = make_from.type