javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
15 stars 31 forks source link

Injuries from becoming Incapacitated are not applied. #579

Closed SalieriC closed 1 year ago

SalieriC commented 1 year ago

While testing the new hooks which pass the effects from injuries, I noticed that injuries from incapacitation are not applied. This is the hook: image This was for a permanent injury, I don't know how things are for non-permanent ones. Injuries from gritty damage get applied just fine though.

SalieriC commented 1 year ago

On further inspection: There seems to be something off with the injury effect for arm and unmentionables results. Those are never applied it seems, neither as permanent nor as gritty damage injury. There also seems something off with the string defining the type of injury. "gritty" is passed but for permanent injuries (and possibly non-permanent ones) it's currently undefined.

javierriveracastro commented 1 year ago

Now, that I look at it, there are no active effects for unmentionables or arm.

javierriveracastro commented 1 year ago

Both bugs should be solved