Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jun 25, 2023
1 parent f6744e2 commit 0899442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
GLOB.yautja_teleport_descs[T.loc.name + T.loc_to_string()] = src

/obj/effect/landmark/yautja_teleport/Destroy()
var/turf/turf = get_turf(src)
var/turf/turf = get_turf(src)
var/index = turf.loc.name + turf.loc_to_string()
if(is_mainship_level(z))
GLOB.mainship_yautja_teleports -= src
Expand Down

0 comments on commit 0899442

Please sign in to comment.