one more dictionary value

This commit is contained in:
Elliott Pardee 2015-01-30 10:37:40 -05:00
parent ba8e5fd035
commit 0745fcc4ee
2 changed files with 2 additions and 1 deletions

1
bot.go
View File

@ -35,6 +35,7 @@ var dict = map[string]string{
"algn": "alignment", "algn": "alignment",
"xp": "experience points", "xp": "experience points",
"str": "strength", "str": "strength",
"con": "constitution",
"dex": "dexterity", "dex": "dexterity",
"wis": "wisdom", "wis": "wisdom",
"cha": "charisma", "cha": "charisma",

View File