More move scripts
This commit is contained in:
@@ -33,7 +33,7 @@ public abstract class OutrageLikeEffect : Script
|
||||
if (_turns <= 0)
|
||||
{
|
||||
RemoveSelf();
|
||||
_owner.Volatile.Add(new Confusion());
|
||||
_owner.Volatile.Add(new Confusion(), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user