Skip to content

Commit

Permalink
Fix case price to account for the key
Browse files Browse the repository at this point in the history
  • Loading branch information
stdcall0 committed Apr 16, 2024
1 parent 0e57e28 commit 90960bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/cs/case_kilowatt.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CS } from "#gc.model"
const CaseKilowatt: CS.Case ={
'name': '千瓦武器箱',
'price': 10.38,
'price': 10.38 + 17,
'items': {
'蓝': [
{
Expand Down

0 comments on commit 90960bf

Please sign in to comment.