diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 05880232e89b389ed0cd83db558a9f050cfa926a..5979ae95257d7fd690701e96fe9048e8cf7c461d 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -124,6 +124,7 @@ function _M:init(t, no_default)
 	t.psi_rating = t.psi_rating or 0
 
 	t.esp = t.esp or {}
+	t.esp_range = t.esp_range or 10
 
 	t.talent_cd_reduction = t.talent_cd_reduction or {}