From 263e3ad5c03ea3e620be61975a1d9beef40c28ed Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sun, 31 Mar 2013 10:47:53 +0000
Subject: [PATCH] Fixed psiblades

git-svn-id: http://svn.net-core.org/repos/t-engine4@6605 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Actor.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index 54af80f7e4..0ec632f5c4 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -2798,6 +2798,8 @@ function _M:onWear(o, bypass_set)
 		end
 	end
 
+	self:checkMindstar(o)
+
 	o:check("on_wear", self)
 	if o.wielder then
 		for k, e in pairs(o.wielder) do
@@ -2862,8 +2864,6 @@ function _M:onWear(o, bypass_set)
 
 	self:breakReloading()
 
-	self:checkMindstar(o)
-
 	self:updateModdableTile()
 	if self == game.player then game:playSound("actions/wear") end
 end
-- 
GitLab