incognitolm commited on
Commit
7f8c3d4
·
verified ·
1 Parent(s): e3bf006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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':