Commit 09c7541e3cc3c18a6a60f71decaa4736fc6f2518
1 parent
6fb74e5d
Revert "Fix debug message displaying for will o' the wisp"
This reverts commit 31bc649a
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -83,7 +83,7 @@ newTalent{ |
83 | 83 | getParams = function(self, t) return util.bound(30 + self:getTalentLevel(t) * 10, 30, 100), 20 + self:combatTalentSpellDamage(t, 25, 300) end, |
84 | 84 | summon = function(self, t, dam, src, killer, grave) |
85 | 85 | if not killer or not killer.faction or (self:reactionToward(killer) >= 0 and not grave) or self.dead then return end |
86 | - --game.logPlayer(game.player, "Step 2") | |
86 | + game.logPlayer(game.player, "Step 2") | |
87 | 87 | local minion = require("mod.class.NPC").new{ |
88 | 88 | name = "will o' the wisp", |
89 | 89 | type = "undead", subtype = "ghost", | ... | ... |
-
Please register or login to post a comment