forrestcoward / MTG-Card-Generator

A website for generating Magic: The Gathering cards using OpenAI and then rendering them beautifully with CSS.
MIT License
8 stars 3 forks source link

[More robust mana symbols] 0 mana and 10mana cards don't work properly #5

Open marshmellion opened 11 months ago

marshmellion commented 11 months ago

If you have the ai generate a 10 mana card for some reason it will show 1 mana, if you hit the silver edit button it clearly intends to make a 10 mana card but the 0 is not in brackets and for some reason 0 mana doesn't show up either. 0 mana should show as its different from being manaless.

forrestcoward commented 11 months ago

Colorless 10 mana spells should now render correctly but I need to rework some of the code to make the symbols more robust in general.