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;
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)) {

View File

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