shadowfoundry / sr5

4 stars 3 forks source link

FIX Generalist sprite has no matrix attribute #430

Closed Psygaoh closed 1 year ago

Psygaoh commented 1 year ago

When compiling a generalist sprite, there is an issue where the sprite has no matrix attribute.

After investigating, it is due to the line in utilityActor.js 4051, trying to give a fixed bonus to an initiative score. When removing this line, the sprite is then generated successfuly.

image