v0.2.3: buff immunity collection fixes

This commit is contained in:
Evan Debenham
2014-12-14 14:49:51 -05:00
parent 1e3bc31c6b
commit cfb74c0a2d
5 changed files with 6 additions and 6 deletions
@@ -59,7 +59,7 @@ public class ToxicImbue extends Buff {
return "Imbued with Toxicity";
}
static {
{
immunities.add( ToxicGas.class );
immunities.add( Poison.class );
}