Skip to content

Commit

Permalink
initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 8, 2024
1 parent e530a8b commit c556a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/crateshelf.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/obj/structure/crate_shelf/tall
capacity = 12

/obj/structure/crate_shelf/Initialize()
/obj/structure/crate_shelf/Initialize(mapload)
. = ..()
shelf_contents = new/list(capacity) // Initialize our shelf's contents list, this will be used later.
var/stack_layer // This is used to generate the sprite layering of the shelf pieces.
Expand Down

0 comments on commit c556a14

Please sign in to comment.