diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-06 17:03:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-06 17:03:00 -0800 |
commit | b8fa64a3778e59d4a2cb175b9c2be2b39a388ebf (patch) | |
tree | 0b1d022638f9ac364bc700364103731d8935ea21 | |
parent | Fix missing urban_14 tiles. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-b8fa64a3778e59d4a2cb175b9c2be2b39a388ebf.tar.xz |
Fix sewage treatment plant.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index 1ebff91..ab50ea5 100644 --- a/tile_config.json +++ b/tile_config.json @@ -22054,7 +22054,7 @@ "rotates": false }, { - "id": [ "sewage_treatment_0_0_0", "sewage_treatment_0_1_0", "sewage_treatment_1_0_0" ], + "id": [ "sewage_treatment_0_1_0", "sewage_treatment_1_0_0", "sewage_treatment_1_1_0" ], "fg": 10197, "rotates": false }, |