re-order actions for largest first search

This commit is contained in:
Nayan Sawyer
2026-04-18 18:52:35 -04:00
parent 48420248f2
commit da1f05469c

View File

@@ -10,10 +10,10 @@ actions = {
"M": -6,
"D": -9,
"P": -15,
"G": +2,
"Y": +7,
"O": +13,
"R": +16,
"O": +13,
"Y": +7,
"G": +2,
}