5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
if (!args.flags.trained)
|
|
{
|
|
args.flags.trained = true;
|
|
args.fields.modifier += 10;
|
|
} |