Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ async def handle_action(request: Request):
|
|
| 155 |
# "status": "pending",
|
| 156 |
# "phase": "target_decision"
|
| 157 |
# }
|
| 158 |
-
player_data["coins"] -= 3
|
| 159 |
return {"success": True, "message": f"Assassin action initiated by {player} targeting {target}. Awaiting target's response."}
|
| 160 |
|
| 161 |
if action == 'duke':
|
|
|
|
| 155 |
# "status": "pending",
|
| 156 |
# "phase": "target_decision"
|
| 157 |
# }
|
| 158 |
+
# player_data["coins"] -= 3
|
| 159 |
return {"success": True, "message": f"Assassin action initiated by {player} targeting {target}. Awaiting target's response."}
|
| 160 |
|
| 161 |
if action == 'duke':
|