Request: Disable console case sensitivity #9
Labels
confirmed
This bug has been confirmed to exist
enhancement
New feature or request
known-issue
Issue is known about and is not likely to be fixed soon
Hey would it be possible to disable case sensitivity in BaseMod's console? So all card strings could be pushed to lower case for comparison? Have not dug through the code so I don't know if that would even be possible, or if it would require a lot of extra code. Perhaps make a hash map of the cards when it loads with their lower case values?
The goal is so that the following 2 lines produce the same result:
deck add BloodForBlood
deck add bloodforblood
The text was updated successfully, but these errors were encountered: