v0.3.0: removed message for a few buffs that didn't need it.

This commit is contained in:
Evan Debenham
2015-04-29 13:22:03 -04:00
committed by Evan Debenham
parent a2d5b03784
commit 11a13d72dd
2 changed files with 4 additions and 4 deletions
@@ -28,10 +28,6 @@ public class MagicalSleep extends Buff {
private static final float STEP = 1f;
public static final float SWS = 1.5f;
{
type = buffType.NEUTRAL;
}
@Override
public boolean attachTo( Char target ) {
if (super.attachTo( target ) && !target.immunities().contains(Sleep.class)) {