diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral.json b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral.json index 385766913f..7bc6d4df93 100644 --- a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral.json +++ b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral.json @@ -23,9 +23,19 @@ ], "bg": "shadow_32x48_normal" }, + { + "id": "mon_feral_prepper_mace", + "fg": [ + { "weight": 1, "sprite": "mon_feral_prepper_mace" }, + { "weight": 1, "sprite": "mon_feral_prepper_mace_BLACK" } + ], + "bg": "shadow_32x48_normal" + }, { "id": "mon_feral_prepper_knife", "fg": [ + { "weight": 1, "sprite": "mon_feral_prepper_knife" }, + { "weight": 1, "sprite": "mon_feral_prepper_knife_BLACK" }, { "weight": 1, "sprite": "mon_feral_prepper_knife_JACKET" }, { "weight": 1, "sprite": "mon_feral_prepper_knife_JACKET_BLOODY" } ], diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife.png new file mode 100644 index 0000000000..ba417e8383 Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife.png differ diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife_BLACK.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife_BLACK.png new file mode 100644 index 0000000000..79ced8665e Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_knife_BLACK.png differ diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace.png new file mode 100644 index 0000000000..f5b5e880ac Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace.png differ diff --git a/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace_BLACK.png b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace_BLACK.png new file mode 100644 index 0000000000..a45a35dc82 Binary files /dev/null and b/gfx/UltimateCataclysm/pngs_human_body_plus_32x48/monsters/ferals/mon_feral_prepper_mace_BLACK.png differ