diff --git a/game/modules/tome/data/gfx/shockbolt/npc/giant_ogre_ogre_rune_spinner.png b/game/modules/tome/data/gfx/shockbolt/npc/giant_ogre_ogre_rune_spinner.png
new file mode 100644
index 0000000000000000000000000000000000000000..84d6c86cff7cea8b103eb97ef365f908679f1a64
Binary files /dev/null and b/game/modules/tome/data/gfx/shockbolt/npc/giant_ogre_ogre_rune_spinner.png differ
diff --git a/game/modules/tome/data/zones/conclave-vault/npcs.lua b/game/modules/tome/data/zones/conclave-vault/npcs.lua
index 77408ec2fa820377f5d5e380450d90ab8c0d502c..47ea876f76c01478a7c02a2678e8e8369bdedac8 100644
--- a/game/modules/tome/data/zones/conclave-vault/npcs.lua
+++ b/game/modules/tome/data/zones/conclave-vault/npcs.lua
@@ -171,6 +171,8 @@ newEntity{ base = "BASE_NPC_OGRE",
 newEntity{ base = "BASE_NPC_OGRE",
 	name = "ogre rune-spinner", color=colors.LIGHT_RED,
 	desc = [[A towering ogre guard, his skin covered in runes and arcane designs.]],
+	female = 1,
+	resolvers.nice_tile{tall=1},
 	level_range = {23, nil}, exp_worth = 1,
 	special_rarity = 2,
 	rank = 3,
diff --git a/game/modules/tome/data/zones/town-elvala/npcs.lua b/game/modules/tome/data/zones/town-elvala/npcs.lua
index 5f197c19d39b3c3eb11d430fdb5a7c59f3485a98..e0b75500318ab3215395a03191ca4f6b24edb509 100644
--- a/game/modules/tome/data/zones/town-elvala/npcs.lua
+++ b/game/modules/tome/data/zones/town-elvala/npcs.lua
@@ -106,6 +106,8 @@ newEntity{
 newEntity{ base = "BASE_NPC_ELVALA_OGRE_TOWN",
 	name = "ogre rune-spinner", color=colors.LIGHT_UMBER,
 	desc = [[A towering ogre guard, his skin covered in runes.]],
+	female = 1,
+	resolvers.nice_tile{tall=1},
 	level_range = {1, nil}, exp_worth = 1,
 	rarity = 3,