chummer5a / chummer5a

Character generator for Shadowrun 5th edition
GNU General Public License v3.0
603 stars 316 forks source link

Genemods don't allow grades? #402

Closed cfresquet closed 9 years ago

cfresquet commented 9 years ago

Is this by RAW somewhere? I took a careful read through the books, and I didn't find anywhere that it said the standard/alpha/beta/delta grades didn't apply to Genemods.

chummer5a commented 9 years ago

There's an argument about that on the forums that basically goes "Geneware is not a type of bioware, nanoware specifically calls out that it has grades available, therefore geneware cannot have grades." For what it's worth, the code is a holdover from Chummer 4. Probably a candidate for house ruling again.

cfresquet commented 9 years ago

Fair enough. I'll dig into adding a house rule for it next week (fiddling on the Chummer code is my idle project at work).

chummer5a commented 9 years ago

Ha! And down the rabbit hole you go... It shouldn't be a particularly difficult thing to do. Most of it's going to be in clsoptions.cs and frmoptions.cs for the save/load methods and such. The load will need a try-catch to stop Chummer from crashing on existing settings files. Beyond that, it's essentially just an on-off switch.

On 21 September 2015 at 10:21, cfresquet notifications@github.com wrote:

Fair enough. I'll dig into adding a house rule for it next week (fiddling on the Chummer code is my idle project at work).

— Reply to this email directly or view it on GitHub https://github.com/chummer5a/chummer5a/issues/402#issuecomment-141850154 .

chummer5a commented 9 years ago

Closed pending a pull request for house rules or an errata clarification.