mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] bunch of fixes (#10742)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
545f1fefa5
commit
0448e8c0b2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user