Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +2 -1
prompts.py
CHANGED
@@ -50,7 +50,8 @@ This is the current game progress:
|
|
50 |
{history}
|
51 |
"""
|
52 |
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
53 |
-
|
|
|
54 |
|
55 |
The player has the following stats:
|
56 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|
|
|
50 |
{history}
|
51 |
"""
|
52 |
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
53 |
+
Review the events that have already occured in the game to adjust stats.
|
54 |
+
Future choices have no weight on stats.
|
55 |
|
56 |
The player has the following stats:
|
57 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|