Fix some bugs

- Second try to fix a bug about API
- Fix a bug that the `prog boost` shows the incorrect value
- Fix a bug that the rewards can be get repeatedly in World Mode
- Fix a bug that second tube of blood of the world boss won't change
This commit is contained in:
Lost-MSth
2022-08-11 22:38:26 +08:00
parent 27ee147989
commit 732947a3f0
4 changed files with 8 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ class ProgBoost(UserItem):
世界模式prog_boost\
parameters: `user` - `UserOnline`类或子类的实例
'''
user.update_user_one_column('prog_boost', 1)
user.update_user_one_column('prog_boost', 300)
class Stamina6(UserItem):