Skip to content

Commit

Permalink
Fix potion of blessing detection
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Jan 23, 2011
1 parent fb48347 commit dea9bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumcheekascend.ash
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ effect [item] allBangPotions() {
case "confusion": potion[id.to_item()] = $effect[ Confused ]; break;
case "inebriety": potion[id.to_item()] = $effect[ Antihangover ]; break;
case "ettin strength": potion[id.to_item()] = $effect[ Strength of Ten Ettins ]; break;
case "blessing": potion[id.to_item()] = $effect[ Izchak's Blessing ]; break;
case "healing": break;
default: potion[id.to_item()] = get_property("lastBangPotion"+id).to_effect();
}
Expand Down

0 comments on commit dea9bd2

Please sign in to comment.