diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-01 13:48:35 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-01 13:48:35 -0700 |
| commit | f436805fc5718912fca4d0557d2d99300b7c1867 (patch) | |
| tree | f3ba727cf8f8f8d97b204b1a85f81c769915c2c3 | |
| parent | Fix farm_3_roof. And add more null tags. (diff) | |
| download | cataclysm-dda-tileset_undeadpeople-f436805fc5718912fca4d0557d2d99300b7c1867.tar.xz | |
Minor formatting.
| -rw-r--r-- | tile_config.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index e3422bb..f00d61e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17985,7 +17985,10 @@ "rotates": false }, { - "id": [ "bandit_camp_1", "bandit_camp_2", "bandit_camp_3", "bandit_camp_4", "wo1", "wo2", "wo3", "wo4", "wo5", "wo6", "wo7", "wo8", "wo9" ], + "id": [ + "bandit_camp_1", "bandit_camp_2", "bandit_camp_3", "bandit_camp_4", + "wo1", "wo2", "wo3", "wo4", "wo5", "wo6", "wo7", "wo8", "wo9" + ], "fg": 10536, "rotates": false }, |
