Skip to content

Commit

Permalink
apparently escaping works this way
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang committed Aug 10, 2024
1 parent b5b0849 commit b1a6f7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/dead/observer/orbit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@
else
serialized["background_color"] = human.assigned_equipment_preset?.minimap_background

var/turf/mob_turf = get_turf(M)
if(SSticker.mode.is_in_endgame == TRUE && !is_mainship_level(mob_turf.z) && !(human.faction in FACTION_LIST_ERT_ALL))
if(SSticker.mode.is_in_endgame == TRUE && !is_mainship_level(M.z) && !(human.faction in FACTION_LIST_ERT_ALL))
escaped += list(serialized)
else if(human.faction in FACTION_LIST_WY)
wy += list(serialized)
Expand Down

0 comments on commit b1a6f7b

Please sign in to comment.