Skip to content

Commit 579932e

Browse files
authored
Change: distinguish perimeter from area in station distributed cargo flag. (#422)
1 parent be4aab4 commit 579932e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nml/global_constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,12 @@ def constant_number(name, info, pos):
380380
"CB_RANDOM_TRIGGER" : 0x01,
381381

382382
# station general flags
383-
"STAT_FLAG_DISTRIBUTED_CARGO" : 1,
383+
"STAT_FLAG_DISTRIBUTED_CARGO_BY_PERIMETER" : 1,
384+
"STAT_FLAG_DISTRIBUTED_CARGO" : "STAT_FLAG_DISTRIBUTED_CARGO_BY_PERIMETER",
384385
"STAT_FLAG_RANDOM_ANIMATION" : 2,
385386
"STAT_FLAG_CUSTOM_FOUNDATIONS" : 3,
386387
"STAT_FLAG_EXTENDED_FOUNDATIONS" : 4,
388+
"STAT_FLAG_DISTRIBUTED_CARGO_BY_AREA" : 5,
387389

388390
# station tile flags
389391
"STAT_TILE_PYLON" : 0,

0 commit comments

Comments
 (0)