mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update creator-23.js
Replace 'chosen color' as a text to detect for autoframe to use gold land frames with 'choose a color'; this catches everything 'chosen color' does but also catches Nykthos, Meteor Crater, and Rhystic Cave.
This commit is contained in:
@@ -775,7 +775,7 @@ function autoFrame() {
|
||||
}
|
||||
}
|
||||
|
||||
if (rules.includes('any color') || rules.includes('any one color') || rules.includes('chosen color') || rules.includes('any combination of colors')) {
|
||||
if (rules.includes('any color') || rules.includes('any one color') || rules.includes('choose a color') || rules.includes('any combination of colors')) {
|
||||
colors = ['W', 'U', 'B', 'R', 'G'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user