mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixes nonfunctional sector blacklist (#18355)
* fixes sectors_blacklist not working * removeall * prevent linter from shitting its own pants
This commit is contained in:
@@ -69,7 +69,10 @@
|
||||
// set up sectors
|
||||
sectors = flatten_list(sectors)
|
||||
sectors_blacklist = flatten_list(sectors_blacklist)
|
||||
sectors -= sectors_blacklist
|
||||
//opendream doesn't have this proc for lists yet so we need this to prevent the linter from shitting itself
|
||||
#if !defined(OPENDREAM)
|
||||
sectors.RemoveAll(sectors_blacklist)
|
||||
#endif
|
||||
|
||||
// adjust weight from sector dependent override
|
||||
var/datum/space_sector/current_sector = SSatlas.current_sector
|
||||
|
||||
Reference in New Issue
Block a user