rayzchen / pyeod

An implementation of CaryKH's elemental 3 in python for a discord bot
https://discord.gg/pvvZe7Pu8r
MIT License
3 stars 2 forks source link

(Suggestion/Bug?) Allow what's in the image to happen #46

Closed CosmicTelluride closed 7 months ago

CosmicTelluride commented 7 months ago

pyeodsug1 In this image i was adding Yellow, Black, and Animal to Flower to make Bee. I used commas after the plus symbol because muscle memory and got this error. I'm not sure if it's a bug or a suggestion but I'd like commas to be used in these situations

rayzchen commented 7 months ago

This can't really be avoided, the plus at the beginning forces the element separator to all be +.

Cheesy-Brik commented 7 months ago

Yeah, closing this issue as it's literally a syntactical issue that can't be fixed.