diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 08:30:50 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-13 08:30:50 -0800 |
commit | 75d51dca40934f9ffa7ad9a90e0e47fb9014f289 (patch) | |
tree | 00f7c9fcfce8e3cc8b0f6b909be8975f4680275e | |
parent | Add aliases for the cathedral redesign and the included pipe organ. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-75d51dca40934f9ffa7ad9a90e0e47fb9014f289.tar.xz |
Fix vehicle autodoc.
-rw-r--r-- | tile_config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index b775b71..da3d459 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17855,7 +17855,9 @@ {"id": "f_autoclave", "fg": 11583, "rotates": false}, {"id": "f_autoclave_full", "fg": 11584, "rotates": false}, {"id": "f_autodoc", "fg": [11587, 11588, 11586, 11585], "rotates": true}, +{"id": "vp_autodoc", "fg": [11587, 11588, 11586, 11585], "bg": 9122, "rotates": true, "multitile": true}, {"id": "f_autodoc_couch", "fg": [11591, 11592, 11590, 11589], "rotates": true}, +{"id": "vp_autodoc_couch", "fg": [11591, 11592, 11590, 11589], "bg": 9122, "rotates": true, "multitile": true}, {"id": "f_centrifuge", "fg": 11593, "rotates": false}, {"id": "f_CTscan", "fg": 11594, "rotates": false}, {"id": "f_curtain", "fg": 11595, "rotates": false}, |