Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +1 -2
prompts.py
CHANGED
@@ -50,8 +50,7 @@ This is the current game progress:
|
|
50 |
{history}
|
51 |
"""
|
52 |
ADJUST_STATS="""You are a Point Counter for a Role Playing Game.
|
53 |
-
Your duty is to adjust
|
54 |
-
Only adjust the player stats when clear and specific events occur in the game that would require the stats to change.
|
55 |
|
56 |
The player has the following stats:
|
57 |
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 |
+
Your duty is to adjust the players stats as a result of previous events in the game.
|
|
|
54 |
|
55 |
The player has the following stats:
|
56 |
Health - reduced by physical damage | improved by first aid, herbs, magic, other
|