Fix broken balance (curse you api)

This commit is contained in:
b 2021-08-18 23:08:17 -07:00
parent 4f8bb96688
commit c865ccb31e
2 changed files with 3 additions and 3 deletions

View file

@ -8976,8 +8976,8 @@
"drop": "NORMAL",
"hp": -500,
"lvl": 50,
"sdPct": 75,
"mdPct": 75,
"sdPct": 95,
"mdPct": 95,
"str": -7,
"dex": -7,
"int": -7,

File diff suppressed because one or more lines are too long