Skip to content

Commit

Permalink
Adds the mapload argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
Terra1 committed May 12, 2024
1 parent 65b8397 commit b812d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/lavaland/ore_vent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
/obj/structure/ore_vent/xyraeon
unique_vent = TRUE

/obj/structure/ore_vent/xyraeon/Initialize()
/obj/structure/ore_vent/xyraeon/Initialize(mapload)
. = ..()
var/string_boulder_size = pick_weight(ore_vent_options)
generate_mineral_breakdown()
Expand Down

0 comments on commit b812d0a

Please sign in to comment.