diff --git a/game/modules/tome/data/general/npcs/snake.lua b/game/modules/tome/data/general/npcs/snake.lua
index ea16d6b08f2d8a3c83834d378454015529ca27c4..d2c3481837c52762bd251dea7888a833fefec55f 100644
--- a/game/modules/tome/data/general/npcs/snake.lua
+++ b/game/modules/tome/data/general/npcs/snake.lua
@@ -39,7 +39,7 @@ newEntity{
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "large brown snake", color=colors.UMBER,
+	name = "large brown snake", color=colors.UMBER, image="npc/umber-snake.png",
 	desc = [[This large snake hisses at you, angry at being disturbed.]],
 	level_range = {1, nil}, exp_worth = 1,
 	rarity = 1,
@@ -49,7 +49,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "large white snake", color=colors.WHITE,
+	name = "large white snake", color=colors.WHITE, image="npc/white-snake.png",
 	desc = [[This large snake hisses at you, angry at being disturbed.]],
 	level_range = {1, nil}, exp_worth = 1,
 	rarity = 1,
@@ -59,7 +59,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "copperhead snake", color=colors.SALMON,
+	name = "copperhead snake", color=colors.SALMON, image="npc/salmon-snake.png",
 	desc = [[It has a copper head and sharp venomous fangs.]],
 	level_range = {2, nil}, exp_worth = 1,
 	rarity = 1,
@@ -71,7 +71,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "rattlesnake", color=colors.FIREBRICK,
+	name = "rattlesnake", color=colors.FIREBRICK, image="npc/firebrick-snake.png",
 	desc = [[As you approach, the snake coils up and rattles its tail threateningly.]],
 	level_range = {4, nil}, exp_worth = 1,
 	rarity = 1,
@@ -83,7 +83,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "king cobra", color=colors.GREEN,
+	name = "king cobra", color=colors.GREEN, image="npc/green-snake.png",
 	desc = [[It is a large snake with a hooded face.]],
 	level_range = {5, nil}, exp_worth = 1,
 	rarity = 4,
@@ -95,7 +95,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "black mamba", color=colors.DARK_GREY,
+	name = "black mamba", color=colors.DARK_GREY, image="npc/darkgrey-snake.png",
 	desc = [[It has glistening black skin, a sleek body, and highly venomous fangs.]],
 	level_range = {15, nil}, exp_worth = 1,
 	rarity = 4,
@@ -107,7 +107,7 @@ newEntity{ base = "BASE_NPC_SNAKE",
 }
 
 newEntity{ base = "BASE_NPC_SNAKE",
-	name = "anaconda", color=colors.YELLOW_GREEN,
+	name = "anaconda", color=colors.YELLOW_GREEN, image="npc/yellow-green-snake.png",
 	desc = [[You recoil in fear as you notice this huge, 10 meter long snake.  It seeks to crush the life out of you.]],
 	level_range = {20, nil}, exp_worth = 1,
 	rarity = 5,
diff --git a/game/modules/tome/data/gfx/npc/darkgrey-snake.png b/game/modules/tome/data/gfx/npc/darkgrey-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..4d4b3446bc78c462ab08245acb369c007a449d7f
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/darkgrey-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/firebrick-snake.png b/game/modules/tome/data/gfx/npc/firebrick-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..afe203522ff69b2637347ec9cf81db01ddddba2d
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/firebrick-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/green-snake.png b/game/modules/tome/data/gfx/npc/green-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..33fd00b5354e2bbda46c4e373337e46f15296b3a
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/green-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/salmon-snake.png b/game/modules/tome/data/gfx/npc/salmon-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef118b5cdb5ee380724b31e991d5bff0454b2d6c
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/salmon-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/umber-snake.png b/game/modules/tome/data/gfx/npc/umber-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..75197ab7b7fdabc18a5516ef41951a1b9a0c0af2
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/umber-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/white-snake.png b/game/modules/tome/data/gfx/npc/white-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef5ae7b73cf52698ad603fac4ffc4f43973b386b
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/white-snake.png differ
diff --git a/game/modules/tome/data/gfx/npc/yellow-green-snake.png b/game/modules/tome/data/gfx/npc/yellow-green-snake.png
new file mode 100644
index 0000000000000000000000000000000000000000..9c86a97cb437be8c4c86b7a54c34ad67ae6a3907
Binary files /dev/null and b/game/modules/tome/data/gfx/npc/yellow-green-snake.png differ