Add more documentation and fix rubocop warnings

This commit is contained in:
Gary Tierney
2016-01-29 22:42:03 +00:00
parent a7b4036deb
commit 8e0b84a470
17 changed files with 77 additions and 80 deletions
@@ -25,7 +25,7 @@ create_weapon :steel_scimitar do
other_bonuses melee_strength: 14
end
create_weapon /(black|white) scimitar/ do
create_weapon(/(black|white) scimitar/) do
attack_bonuses stab: 4, slash: 19
other_bonuses melee_strength: 14
end