From 876b8642db774c50b4f2e1ddabb040d07515c507 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 7 Apr 2018 19:56:13 -0400 Subject: [PATCH] v0.6.4a: fixed unstable enchant not rolling venomous --- .../items/weapon/enchantments/Unstable.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Unstable.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Unstable.java index 7f2600779..305f0f3e0 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Unstable.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/weapon/enchantments/Unstable.java @@ -38,9 +38,11 @@ public class Unstable extends Weapon.Enchantment { Eldritch.class, Grim.class, Lucky.class, + //projecting not included, no on-hit effect Shocking.class, Stunning.class, Vampiric.class, + Venomous.class, Vorpal.class };