v0.2.2: corrected merging conflict (note to self: pull before you push from a different machine moron)
This commit is contained in:
parent
bea33b33b1
commit
9170e6b11a
|
@ -33,7 +33,8 @@ public class ConfusionGas extends Blob {
|
||||||
Char ch;
|
Char ch;
|
||||||
for (int i=0; i < LENGTH; i++) {
|
for (int i=0; i < LENGTH; i++) {
|
||||||
if (cur[i] > 0 && (ch = Actor.findChar( i )) != null) {
|
if (cur[i] > 0 && (ch = Actor.findChar( i )) != null) {
|
||||||
Buff.prolong( ch, Vertigo.class, 2 );
|
if (!ch.immunities().contains(this.getClass()))
|
||||||
|
Buff.prolong( ch, Vertigo.class, 2 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user