Skip to content
Snippets Groups Projects
Commit d151cdf5 authored by Zoey76's avatar Zoey76
Browse files

BETA: Fixing Fear effect.

Reported by: Zephyr, Sdw
Thanks to: Nos
parent adac7179
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public final class Fear extends AbstractEffect
{
return false;
}
return !info.getEffected().isAfraid();
return true;
}
@Override
......
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