tmnam20 commited on
Commit
5304f4d
1 Parent(s): 39fce52

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with st.form("Player Statistics", border=False):
141
  time_to_complete = (
142
  TARGET_POINT
143
  - current_point
144
- - consumed_point
145
  - lunar_ticket
146
  - ancient_parchment // 10
147
  - ethereal_gem // 10
 
141
  time_to_complete = (
142
  TARGET_POINT
143
  - current_point
144
+ - consumed_point * 6
145
  - lunar_ticket
146
  - ancient_parchment // 10
147
  - ethereal_gem // 10