Skip to content
Snippets Groups Projects
Commit 3bb5f47e authored by dg's avatar dg
Browse files

Blinding Speed does not take a turn to activate anymore

git-svn-id: http://svn.net-core.org/repos/t-engine4@2285 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7714746c
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ local function makeGolem()
self.unused_stats = self.unused_stats + 2
if self.level >= 2 and self.level % 3 == 0 then self.unused_talents = self.unused_talents + 1 end
end,
keep_inven_on_death = true,
-- no_auto_resists = true,
open_door = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment