v0.3.0: removed message for a few buffs that didn't need it.
This commit is contained in:
parent
a2d5b03784
commit
11a13d72dd
|
@ -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)) {
|
||||||
|
|
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user