mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user