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
@@ -162,8 +162,7 @@ public class Potion extends Item {
if (isKnown() && (
this instanceof PotionOfExperience ||
this instanceof PotionOfHealing ||
this instanceof PotionOfLevitation ||
this instanceof PotionOfHealing ||
this instanceof PotionOfMindVision ||
this instanceof PotionOfStrength ||
this instanceof PotionOfInvisibility ||