Skip to content

Commit

Permalink
Remove unneeded line in example.arr
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Oct 19, 2023
1 parent 8d36076 commit e1bad2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/dnd-character/.meta/example.arr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ provide-types *
data Character:
| blank-character() with:
method randomize-stats(self) -> Character:
abilities = self.ability()
strength = self.ability()
dexterity = self.ability()
constitution = self.ability()
Expand All @@ -28,4 +27,4 @@ sharing:
modified = (value - 10) / 2
num-floor(modified)
end
end
end

0 comments on commit e1bad2f

Please sign in to comment.