From 07898c6beb58cf6e5f8540300876145108e64743 Mon Sep 17 00:00:00 2001
From: Sheila <chibiflonne@gmail.com>
Date: Sat, 1 Apr 2017 20:38:14 -0300
Subject: [PATCH] Clarified radius on cloud caller

---
 game/modules/tome/data/general/objects/world-artifacts.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index cac6d3c82c..2b261e6ae9 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -7652,7 +7652,7 @@ newEntity{ base = "BASE_WIZARD_HAT",
 	rarity = 300,
 	cost = 30,
 	material_level = 1,
-	special_desc = function(self) return "A small storm cloud follows you, making all nearby enemies take 15 lightning damage each turn." end,
+	special_desc = function(self) return "A small storm cloud follows you, dealing 15 lightning damage to all enemies in a radius of 3 each turn." end,
 	wielder = {
 		resists = { 
 			[DamageType.COLD]	= 10,
-- 
GitLab