Moved Food and Utensil to ECS (#5380)
* Food and Utensil to ECS, Made utensil less restrictive, no more soup eating with a knife... * AltVerb "can eat" check * removed HasFlag calls * AltActionVerb -> InteractionVerb * "required utensil" filed
This commit is contained in:
@@ -7,10 +7,13 @@ food-you-need-utensil = You need to use a {$utensil} to eat that!
|
||||
# When trying to eat food without the required utensil... but you gotta hold it
|
||||
food-you-need-to-hold-utensil = You need to be holding a {$utensil} to eat that!
|
||||
|
||||
food-you-cannot-eat-any-more = You can't eat any more!
|
||||
food-nom = Nom
|
||||
food-swallow = You swallow the {$food}.
|
||||
|
||||
## Entity
|
||||
## System
|
||||
|
||||
food-component-try-use-food-is-empty = {$entity} is empty!
|
||||
food-system-you-cannot-eat-any-more = You can't eat any more!
|
||||
food-system-try-use-food-is-empty = {$entity} is empty!
|
||||
food-system-wrong-utensil = you can't eat {$food} with a {$utensil}.
|
||||
|
||||
food-system-verb-eat = Eat
|
||||
|
||||
Reference in New Issue
Block a user