v0.2.2: corrected merging conflict (note to self: pull before you push from a different machine moron)

This commit is contained in:
Evan Debenham 2014-10-30 20:55:40 -04:00
parent bea33b33b1
commit 9170e6b11a

View File

@ -33,6 +33,7 @@ public class ConfusionGas extends Blob {
Char ch;
for (int i=0; i < LENGTH; i++) {
if (cur[i] > 0 && (ch = Actor.findChar( i )) != null) {
if (!ch.immunities().contains(this.getClass()))
Buff.prolong( ch, Vertigo.class, 2 );
}
}