Skip to content

Commit

Permalink
Update RitualEffectDrillOfTheDead.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenAngel committed Jan 9, 2016
1 parent 755df6f commit 33ac2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void performEffect(IMasterRitualStone ritualStone) {
}
}
}
SoulNetworkHandler.syphonFromNetwork(owner, getCostPerRefresh());
SoulNetworkHandler.syphonFromNetwork(owner, getCostPerRefresh() * entityCount);
}
}

Expand Down

0 comments on commit 33ac2e7

Please sign in to comment.