mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 12:13:27 +02:00
Merge pull request #133 from agrgordon/patch-1
Added armor proficiencies to mountain dwarves
This commit is contained in:
@@ -80,6 +80,7 @@ class HillDwarf(_Dwarf):
|
||||
class MountainDwarf(_Dwarf):
|
||||
name = "Mountain Dwarf"
|
||||
strength_bonus = 2
|
||||
proficiencies_text = _Dwarf.proficiencies_text + ("Light armor", "Medium Armor")
|
||||
|
||||
|
||||
# Elves
|
||||
|
||||
Reference in New Issue
Block a user