Skip to content

Commit

Permalink
Flash 10-Foot Pole when activated by mimics
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Nov 11, 2018
1 parent d896654 commit 72d4588
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ public boolean onReceivePower(AbstractPower power, AbstractCreature source)
{
if (HubrisMod.hasMimicMod) {
if (power instanceof EntanglePower && source instanceof Mimic) {
flash();
return false;
} else if (power instanceof MimicSurprisePower) {
flash();
return false;
}
}
Expand Down

0 comments on commit 72d4588

Please sign in to comment.