Improve food drop notification phrasing

This commit is contained in:
Sabe Jones
2013-12-21 22:01:14 -06:00
parent b5c7f554ab
commit 3209ceca65
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -893,7 +893,7 @@ api.wrap = (user) ->
user.items.food[drop.name] ?= 0
user.items.food[drop.name]+= 1
drop.type = 'Food'
drop.dialog = "You've found a #{drop.text} Food! #{drop.notes}"
drop.dialog = "You've found #{drop.article}#{drop.text}! #{drop.notes}"
# Eggs: 30% chance
else if rarity > .3