Prohibit ResurrectionSpecial triggering in olympiad.
This commit is contained in:
@@ -59,6 +59,12 @@ public class ResurrectionSpecial extends AbstractEffect
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (info.getEffected().getActingPlayer().isInOlympiadMode())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
final Player caster = info.getEffector().getActingPlayer();
|
||||
if (info.getEffected().isPlayer())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user