Skip to content

Commit

Permalink
Merge pull request #239 from planetarium/feature/ruby-dust
Browse files Browse the repository at this point in the history
Add ruby dust into statut monitor
  • Loading branch information
U-lis authored Feb 23, 2024
2 parents 89a1b32 + 26f11fb commit f4f2b08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worker/worker/status_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"1a755098a2bc0659a063107df62e2ff9b3cdaba34d96b79519f504b996f53820": "Silver Dust (800201)",
"f8faf92c9c0d0e8e06694361ea87bfc8b29a8ae8de93044b98470a57636ed0e0": "Golden Dust (600201)",
"48e50ecd6d1aa2689fd349c1f0611e6cc1e9c4c74ec4de9d4637ec7b78617308": "Golden Meat (800202)",
"08f566bb43570aad34c1790901f824dd5609db880afebd5382fcec054203d92a": "Ruby Dust (600202)"
}

VIEW_ORDER = (
Expand All @@ -35,6 +36,7 @@
FUNGIBLE_DICT["00dfffe23964af9b284d121dae476571b7836b8d9e2e5f510d92a840fecc64fe"], # AP Potion
"RUNE_GOLDENLEAF",
FUNGIBLE_DICT["f8faf92c9c0d0e8e06694361ea87bfc8b29a8ae8de93044b98470a57636ed0e0"], # Golden Dust
FUNGIBLE_DICT["08f566bb43570aad34c1790901f824dd5609db880afebd5382fcec054203d92a"], # Ruby Dust
FUNGIBLE_DICT["48e50ecd6d1aa2689fd349c1f0611e6cc1e9c4c74ec4de9d4637ec7b78617308"], # Golden Meat
FUNGIBLE_DICT["1a755098a2bc0659a063107df62e2ff9b3cdaba34d96b79519f504b996f53820"], # Silver Dust
"SOULSTONE_1001", "SOULSTONE_1002", "SOULSTONE_1003", "SOULSTONE_1004",
Expand Down Expand Up @@ -145,6 +147,7 @@ def check_garage():
"3991e04dd808dc0bc24b21f5adb7bf1997312f8700daf1334bf34936e8a0813a", # Hourglass (400000)
"00dfffe23964af9b284d121dae476571b7836b8d9e2e5f510d92a840fecc64fe", # AP Potion (500000)
"f8faf92c9c0d0e8e06694361ea87bfc8b29a8ae8de93044b98470a57636ed0e0" # Golden Dust (600201)
"08f566bb43570aad34c1790901f824dd5609db880afebd5382fcec054203d92a", # Ruby Dust (600202)
"48e50ecd6d1aa2689fd349c1f0611e6cc1e9c4c74ec4de9d4637ec7b78617308", # Golden Meat (800202)
"1a755098a2bc0659a063107df62e2ff9b3cdaba34d96b79519f504b996f53820", # Silver Dust (800201)
]
Expand Down

0 comments on commit f4f2b08

Please sign in to comment.