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