Smuggler satchel spawning is blacklisted in the "near station" area (#85248)

## About The Pull Request
northstar has a lot of tiles in nearstation areas and smuggler satchels
can spawn under them.
closes https://github.com/tgstation/tgstation/issues/78304
## Changelog
🆑 grungussuss
fix: smuggler satchels will no longer spawn in space
/🆑
This commit is contained in:
grungussuss
2024-07-29 15:53:36 +01:00
committed by GitHub
parent c7d0b0d1b6
commit 6a2c3550a2
@@ -49,6 +49,8 @@ SUBSYSTEM_DEF(minor_mapping)
///List of areas where satchels should not be placed.
var/list/blacklisted_area_types = list(
/area/station/holodeck,
/area/space/nearstation,
/area/station/solars,
)
while(turfs.len && satchel_amount > 0)