mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
planeswalker notification / select bugfix
This commit is contained in:
@@ -47,6 +47,8 @@ if (!loadedVersions.includes('m15Planeswalker/version')) {
|
||||
var planeswalkerLightToDark = new Image()
|
||||
var planeswalkerDarkToLight = new Image()
|
||||
planeswalkerDarkToLight.onload = function(){planeswalkerAbilities()}
|
||||
|
||||
notify('To edit the Loyalty costs of planeswalker abilities or change the size of the ability textboxes, see the new \'Planeswalker\' tab.', '#aaffaae0')
|
||||
}
|
||||
|
||||
if (currentVersion != 'm15Planeswalker/version') {
|
||||
|
Reference in New Issue
Block a user