Skip to content

Commit

Permalink
i Love Mulch
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Feb 26, 2024
1 parent 3a8b7ed commit df7ed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark)
. = ..()
GLOB.start_landmarks_list += src
if(jobspawn_override)
LAZYADDASSOC(GLOB.jobspawn_overrides, name, src)
LAZYADDASSOCLIST(GLOB.jobspawn_overrides, name, src)
if(name != "start")
tag = "start*[name]"

Expand Down

0 comments on commit df7ed0c

Please sign in to comment.