Skip to content

Commit

Permalink
Merge branch 'MapLV624' of https://github.com/Steelpoint/cmss13 into …
Browse files Browse the repository at this point in the history
…MapLV624
  • Loading branch information
Steelpoint committed Jun 26, 2023
2 parents c7abbf9 + f52d843 commit 12d93a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@

/obj/effect/landmark/yautja_teleport/Initialize(mapload, ...)
. = ..()
var/turf/T = get_turf(src)
desc_index = T.loc.name + T.loc_to_string()
var/turf/turf = get_turf(src)
desc_index = turf.loc.name + turf.loc_to_string()
if(is_mainship_level(z))
GLOB.mainship_yautja_teleports += src
GLOB.mainship_yautja_desc[desc_index] = src
Expand Down

0 comments on commit 12d93a3

Please sign in to comment.