diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 07:19:29 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-12 07:19:29 -0800 |
commit | 828ce1c4b1d326e79199873133b2e7f8fd3213c8 (patch) | |
tree | 76b07e5758192d7cb12e0373ec09c4a70f07c4bb /tile_config.json | |
parent | Fix pump_station east/west rotation. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-828ce1c4b1d326e79199873133b2e7f8fd3213c8.tar.xz |
Add references for the new f_alien_scar_small and f_alien_nerve.
Diffstat (limited to 'tile_config.json')
-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 d8c55fb..9b9758e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17523,9 +17523,11 @@ {"file": "normal_furniture.png", "tiles": [ {"id": "f_alien_anemone", "fg": 11025}, {"id": "f_alien_pod", "fg": 11026, "rotates": false}, +{"id": "f_alien_nerve", "fg": 11026, "rotates": false}, {"id": "f_alien_pod_organ", "fg": 11027, "rotates": false}, {"id": "f_alien_pod_resin", "fg": 11028, "rotates": false}, {"id": "f_alien_scar", "fg": 11029, "rotates": false}, +{"id": "f_alien_scar_small", "fg": 11029, "rotates": false}, {"id": "f_alien_table", "fg": 11030, "rotates": true, "multitile": true, "additional_tiles": [{"id": "center", "fg": 11031}, {"id": "corner", "fg": [11032, 11033, 11034, 11035]}, {"id": "t_connection", "fg": [11042, 11043, 11044, 11045]}, |