v1.2.1: fixed smoke bomb decoy being corruptable
This commit is contained in:
parent
e63b5a208c
commit
64283a2e32
|
@ -25,6 +25,7 @@ import com.shatteredpixel.shatteredpixeldungeon.Assets;
|
|||
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.Actor;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.Char;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.AllyBuff;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Amok;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Blindness;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Buff;
|
||||
|
@ -170,6 +171,7 @@ public class SmokeBomb extends ArmorAbility {
|
|||
immunities.add( Amok.class );
|
||||
immunities.add( Charm.class );
|
||||
immunities.add( Sleep.class );
|
||||
immunities.add( AllyBuff.class );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user