Omnibus commited on
Commit
14a60be
·
verified ·
1 Parent(s): f9bb57d

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -1
prompts.py CHANGED
@@ -58,7 +58,8 @@ The player has the following stats:
58
  Health - reduced by physical damage | improved by first aid, herbs, magic, other
59
 
60
  Instructions:
61
- - Adjust the integer value of the player stats in response to the current decision in the game.
 
62
  - Return this format:
63
  Health: 98
64
 
 
58
  Health - reduced by physical damage | improved by first aid, herbs, magic, other
59
 
60
  Instructions:
61
+ - Reduce the value of the player stats when negative events cause specific damage.
62
+ - Increase the value of the player stats when positive events cause an improvement to specific stats.
63
  - Return this format:
64
  Health: 98
65