diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_f.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_f.png new file mode 100644 index 0000000000..27eb2ac975 Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_f.png differ diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_m.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_m.png new file mode 100644 index 0000000000..1faf05c00f Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/mon_zombie_miner_m.png differ diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/zombies.json b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/zombies.json index b12f8b4840..7b265ad163 100644 --- a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/zombies.json +++ b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/mon_zombie_variants/zombies.json @@ -54,6 +54,11 @@ "fg": [ { "weight": 1, "sprite": "mon_zombie_technician_f" }, { "weight": 1, "sprite": "mon_zombie_technician_m" } ], "bg": "shadow_32x48_normal" }, + { + "id": "mon_zombie_miner", + "fg": [ { "weight": 1, "sprite": "mon_zombie_miner_m" }, { "weight": 1, "sprite": "mon_zombie_miner_f" } ], + "bg": "shadow_32x48_normal" + }, { "id": [ "corpse_mon_zombie", @@ -90,23 +95,15 @@ "corpse_mon_zombie_prisoner", "corpse_mon_zombie_winged" ], - "fg": "corpse_mon_zombie", - "bg": "" - }, - { - "id": "corpse_mon_zombie_scientist", - "fg": "corpse_mon_zombie_scientist", - "bg": "" + "fg": "corpse_mon_zombie" }, { "id": [ "corpse_mon_zombie_technician", "corpse_mon_zombie_hazmat" ], - "fg": "corpse_mon_zombie_technician", - "bg": "" + "fg": "corpse_mon_zombie_technician" }, { "id": [ "corpse_mon_zombie_cop", "corpse_mon_zombie_labsecurity" ], - "fg": "corpse_mon_zombie_cop", - "bg": "" + "fg": "corpse_mon_zombie_cop" }, { "id": [ @@ -123,7 +120,6 @@ "corpse_mon_zombie_soldier_blackops_2", "corpse_mon_zombie_soldier_blackops_1" ], - "fg": "corpse_mon_zombie_tough", - "bg": "" + "fg": "corpse_mon_zombie_tough" } ] diff --git a/gfx/UltimateCataclysm/pngs_normal_32x32/items/corpses/corpse_mon_zombie_miner.png b/gfx/UltimateCataclysm/pngs_normal_32x32/items/corpses/corpse_mon_zombie_miner.png new file mode 100644 index 0000000000..b75521c764 Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_normal_32x32/items/corpses/corpse_mon_zombie_miner.png differ