Removed a redundant definition for the goblin race

fixes https://github.com/canismarko/dungeon-sheets/issues/76
This commit is contained in:
Mark Wolfman
2021-02-10 21:09:55 -06:00
parent a12338363e
commit a67fac2f17
-10
View File
@@ -494,16 +494,6 @@ class PureBlood(Race):
languages = ("Common", "Abyssal", "Draconic")
class Goblin(Race):
name = "Goblin"
size = "small"
dexterity_bonus = 2
constitution_bonus = 1
speed = 30
languages = ("Common", "Goblin")
features = (feats.Darkvision, feats.FuryOfTheSmall, feats.NimbleEscape)
PHB_races = [HillDwarf, MountainDwarf, HighElf, WoodElf, DarkElf,
LightfootHalfling, StoutHalfling, Rashemi, Dragonborn,
ForestGnome, RockGnome, HalfElf, HalfOrc, Tiefling, Human]