Skip to content

Commit

Permalink
Merge pull request #1622 from crnormand/r0156
Browse files Browse the repository at this point in the history
Fixed GCS 5 disad calcs
  • Loading branch information
crnormand authored Sep 30, 2022
2 parents 99bca74 + ed541f7 commit fb345fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ If you can't access the Google doc, here is a [PDF](https://github.com/crnormand

Release 0.15.6

- Fix GCS import when melee attack has no level.

- Fixed GCS 5 import when melee attack has no level.
- Fixed GCS 5 disad calculations.

Release 0.15.5 9/28/2022

- Fixed drag and drop items between non-GM characters
Expand Down
1 change: 1 addition & 0 deletions module/actor/actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,7 @@ export class GurpsActor extends Actor {
if (toplevel) {
if (a > 0) ads += a
else disads += a
disads += d
} else ads += a + d
} else if (i.calc?.points == -1) quirks += i.calc?.points
else if (i.calc?.points > 0) ads += i.calc?.points
Expand Down

0 comments on commit fb345fa

Please sign in to comment.