diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CeremonialCandle.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CeremonialCandle.java index cd19ef48e..7f64edba3 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CeremonialCandle.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/quest/CeremonialCandle.java @@ -43,6 +43,8 @@ public class CeremonialCandle extends Item { name = "ceremonial candle"; image = ItemSpriteSheet.CANDLE; + defaultAction = AC_THROW; + unique = true; stackable = true; }