criticalfault / Shadowrun-Character-Generator

Shadowrun 2nd and 3rd Character Creator written in React
https://character-generator.nullsheen.com/
2 stars 1 forks source link

Skill Issues #77

Closed darkbushido closed 1 month ago

darkbushido commented 1 month ago

On a fresh character sheet you cannot add the following skills:

If you can add the skill they show up as assault rifles. If you remove the added assault rifles you cannot add Combat - Assault Rifles

It looks like the first skill of each category is a problem, sometimes you can add a skill, edit it and add one of the listed skills

Biotech does not show its specializations.

criticalfault commented 1 month ago

I have figured this out. Its silly and i'll have to research how to make this work but essentially, if you change it to literally anything else but that first one, then BACK to the first one, it will let you. It has to do with seeding the selection "on change". It needs to seed the select to the default first so i'll have to figure out why its not "defaulting" correctly. Sorry about that!

criticalfault commented 1 month ago

Alright, i made a change (And i'll have another one soon) that -should- have fixed when you change the category. It still needs some fixes on defaulting the "none" on the ORIGINAL load, but at least when you change it now, it should fix it. Let me know if this fixed it?

darkbushido commented 1 month ago

Looks like its working, Thank you

criticalfault commented 1 month ago

Awesome! Great catch! Thank you for the ticket! If you find anything else just hit me up. I'll try to get it taken care of!