Improve food drop notification phrasing
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user