Skip to content

Commit

Permalink
Merge pull request #722 from doug1234/BugbearBug
Browse files Browse the repository at this point in the history
Fixed bugbear stats
  • Loading branch information
doug1234 authored Sep 28, 2023
2 parents 6d0ad59 + f28593e commit 44408ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpdatasrc/tpgamefiles/rules/races/race008_bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def GetCategory():
raceSpec.flags = 2
raceSpec.hit_dice = dice_new("3d8")
raceSpec.level_modifier = 1 # basic level modifier
raceSpec.stat_modifiers = [4, 2, 2, -2, 0, 0] # str, dex, con, int, wis, cha
raceSpec.stat_modifiers = [4, 2, 2, 0, 0, -2] # str, dex, con, int, wis, cha
raceSpec.saving_throw_modifiers = [1, 3, 1] # fort, ref, will
raceSpec.natural_armor = 3
raceSpec.proto_id = 13044
Expand Down

0 comments on commit 44408ea

Please sign in to comment.