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

View File

@ -28,10 +28,6 @@ public class MagicalSleep extends Buff {
private static final float STEP = 1f; private static final float STEP = 1f;
public static final float SWS = 1.5f; public static final float SWS = 1.5f;
{
type = buffType.NEUTRAL;
}
@Override @Override
public boolean attachTo( Char target ) { public boolean attachTo( Char target ) {
if (super.attachTo( target ) && !target.immunities().contains(Sleep.class)) { if (super.attachTo( target ) && !target.immunities().contains(Sleep.class)) {

View File

@ -29,6 +29,10 @@ public class Shadows extends Invisibility {
protected float left; protected float left;
private static final String LEFT = "left"; private static final String LEFT = "left";
{
type = buffType.SILENT;
}
@Override @Override
public void storeInBundle( Bundle bundle ) { public void storeInBundle( Bundle bundle ) {