V0.2.0: Implemented further Sandal logic, small tweak to horn logic.

This commit is contained in:
Evan Debenham
2014-09-13 20:42:37 -04:00
parent 2070bffb0e
commit b60478233d
3 changed files with 23 additions and 2 deletions
@@ -178,7 +178,7 @@ public class HornOfPlenty extends Artifact {
GLog.p("your horn has consumed all the food it can!");
} else
GLog.p("the horn consumes your food offering and grows in strength!");
item.detach(Dungeon.hero.belongings.backpack);
item.detach(hero.belongings.backpack);
}
}