[MIRROR] bunch of fixes (#10742)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-25 16:36:20 -07:00
committed by GitHub
parent 545f1fefa5
commit 0448e8c0b2
3 changed files with 19 additions and 25 deletions

View File

@@ -325,7 +325,7 @@ GLOBAL_LIST_EMPTY(additional_antag_types)
escaped_humans++
if(M.stat != DEAD)
surviving_total++
if(M_area_type in escape_locations)
if(is_path_in_list(M_area_type, escape_locations))
escaped_total++
if(M_area_type == /area/shuttle/escape/centcom)