Skip to content

Commit

Permalink
Improve precision in the Inventory component.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 618330110
Change-Id: Icd12b0d21b48e76175f964be04daeca5d57616d2
  • Loading branch information
jzleibo authored and copybara-github committed Mar 23, 2024
1 parent c4407a8 commit 28cd529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion concordia/components/game_master/inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ def update_after_event(
f'How {_many_or_much(self._is_count_noun[item_type])} '
+ f'{item_type} did {player} gain '
+ f'as a result of the event? If they lost {item_type} '
'then respond with a negative number.'
+ 'then respond with a negative number. Be precise. If '
+ 'the original event was imprecise then pick a specific '
+ 'value that is consistent with all the text above.'
)
)
try:
Expand Down

0 comments on commit 28cd529

Please sign in to comment.