diff --git a/game/modules/tome/data/gfx/shockbolt/npc/dragon_sand_briagh__great_sand_wyrm.png b/game/modules/tome/data/gfx/shockbolt/npc/dragon_sand_briagh__great_sand_wyrm.png
new file mode 100644
index 0000000000000000000000000000000000000000..3faa13ad507c279cd1c02a6078584935a5d9a855
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/dragon_sand_briagh__great_sand_wyrm.png differ
diff --git a/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_sun_paladin_guren.png b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_sun_paladin_guren.png
new file mode 100644
index 0000000000000000000000000000000000000000..07d46ba35476f61af941da6920ec54bb2cab9b82
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/humanoid_human_sun_paladin_guren.png differ
diff --git a/game/modules/tome/data/zones/briagh-lair/npcs.lua b/game/modules/tome/data/zones/briagh-lair/npcs.lua
index 7ff0ff4a1eeb22735f0ba25a4ef752174eca5bb6..53113411854631f73d0d172dd46bae818f19c0b9 100644
--- a/game/modules/tome/data/zones/briagh-lair/npcs.lua
+++ b/game/modules/tome/data/zones/briagh-lair/npcs.lua
@@ -26,6 +26,7 @@ newEntity{ define_as = "BRIAGH",
 	type = "dragon", subtype = "sand", unique = true,
 	name = "Briagh, Great Sand Wyrm",
 	display = "D", color=colors.VIOLET,
+	resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_sand_briagh__great_sand_wyrm.png", display_h=2, display_y=-1}}},
 	desc = [[A towering sand-drake stands before you. This wingless worm is mighty and could easily crush you.]],
 	level_range = {35, nil}, exp_worth = 2,
 	max_life = 350, life_rating = 29, fixed_rating = true,