diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.json b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.json index 6cd766df5b..1181387945 100644 --- a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.json +++ b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.json @@ -1,10 +1,31 @@ [ { - "id": [ "shelter", "shelter_vandal", "shelter_1", "shelter_1_vandal", "shelter_2", "shelter_2_vandal" ], + "id": [ "shelter", "shelter_1", "shelter_1b", "shelter_2" ], "fg": "evac_shelter" }, { - "id": [ "shelter_roof", "shelter_roof_1" ], + "id": [ + "shelter_vandal", + "shelter_1_vandal", + "shelter_1b_vandal", + "shelter_2_vandal", + "shelter_infested", + "shelter_1_infested", + "shelter_1b_infested", + "shelter_2_infested" + ], + "fg": "shelter_ruined" + }, + { + "id": [ "shelter_survivor", "shelter_1_survivor", "shelter_1b_survivor", "shelter_2_survivor" ], + "fg": "shelter_survivor" + }, + { + "id": [ "shelter_unfinished", "shelter_1_unfinished", "shelter_1b_unfinished", "shelter_2_unfinished" ], + "fg": "shelter_unfinished" + }, + { + "id": [ "shelter_roof", "shelter_roof_1", "shelter_roof_1b", "shelter_roof_2" ], "fg": "shelter_roof" } ] diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.png b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.png index 80952f6372..5337fa1e58 100644 Binary files a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.png and b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/evac_shelter.png differ diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_roof.png b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_roof.png index 576296356c..985d6eb091 100644 Binary files a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_roof.png and b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_roof.png differ diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_ruined.png b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_ruined.png new file mode 100644 index 0000000000..e0487fe1cf Binary files /dev/null and b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_ruined.png differ diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_survivor.png b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_survivor.png new file mode 100644 index 0000000000..5ba6a81ba5 Binary files /dev/null and b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_survivor.png differ diff --git a/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_unfinished.png b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_unfinished.png new file mode 100644 index 0000000000..c23c2180de Binary files /dev/null and b/gfx/MShockXotto+/pngs_overmap_32x32/evac_shelter/shelter_unfinished.png differ