diff --git a/game/modules/tome/data/general/npcs/ritch.lua b/game/modules/tome/data/general/npcs/ritch.lua
index 21bff9a4b22cbaa98683debc2e644ca20d03df58..c9c3f0378c83112811bde6a26a518a31bd9ccfe0 100644
--- a/game/modules/tome/data/general/npcs/ritch.lua
+++ b/game/modules/tome/data/general/npcs/ritch.lua
@@ -83,7 +83,7 @@ newEntity{ base = "BASE_NPC_RITCH",
 }
 
 newEntity{ base = "BASE_NPC_RITCH",
-	name = "ritch hive mother", color=colors.light_RED,
+	name = "ritch hive mother", color=colors.LIGHT_RED,
 	level_range = {32, nil}, exp_worth = 1,
 	rarity = 4,
 	max_life = 250,