wyanido / pokebot-nds

MIT License
59 stars 8 forks source link

Pt egg hatching not able to check target fields(?) #29

Closed Sourmilk8088 closed 7 months ago

Sourmilk8088 commented 7 months ago

On the first egg hatch, consolre reports "# Unknown field Shiny in ruleset #" , then "Rotom is a target!

BOT TASK ENDED

NLua.Exceptions.LuaScriptException: lua\helpers.lua:136: Hatched a target Pokemon!" Rotom not listed as target, screenie attached.

image

wyanido commented 7 months ago

Not a bug, please check your target traits. 'Shiny' is not valid field in the pokemon data, but 'shiny' is.

Sourmilk8088 commented 7 months ago

Ah, I see. The info bubble for target traits implies it is not case sensitive, hence my confusion :)