v0.2.2: potion of levitation buffed, now creates cloud of confusion gas.

This commit is contained in:
Evan Debenham
2014-10-26 01:21:04 -04:00
parent 8d00feb289
commit 50cb7c59a2
3 changed files with 20 additions and 5 deletions
@@ -33,7 +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) {
Buff.prolong( ch, Vertigo.class, Vertigo.duration( ch ) );
Buff.prolong( ch, Vertigo.class, 1 );
}
}
}