BlaDe
Farmer
The condition for finding an Omni Geode in the Museum trash is:
"Condition": "SYNCED_RANDOM day garbage_museum_535 0.2 @addDailyLuck, SYNCED_RANDOM day garbage_museum_749 0.05"
Since both of the synced randoms use the same interval (day), and the results of hashing the "garbage_museum_..." strings are constant, and it is the same random index for each Random (first call), if the check for a geode hits, the check to see if it should be upgraded to an omni geode always fails.
You can find omni geodes on new rng
"Condition": "SYNCED_RANDOM day garbage_museum_535 0.2 @addDailyLuck, SYNCED_RANDOM day garbage_museum_749 0.05"
Since both of the synced randoms use the same interval (day), and the results of hashing the "garbage_museum_..." strings are constant, and it is the same random index for each Random (first call), if the check for a geode hits, the check to see if it should be upgraded to an omni geode always fails.
You can find omni geodes on new rng