Skip to content

Commit

Permalink
Remove unneeded function from example
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed May 15, 2024
1 parent 3f0861b commit e38e2b6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions exercises/practice/dnd-character/.meta/example.red
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,3 @@ test-random-character-valid: function [] [
and (is-valid char/wisdom)
and (char/hitpoints == (10 + modifier char/constitution))
]

test-character-abilities: function [] [
char: new-character

(char/strength == char/strength)
and (char/dexterity == char/dexterity)
and (char/constitution == char/constitution)
and (char/intelligence == char/intelligence)
and (char/wisdom == char/wisdom)
and (char/hitpoints == char/hitpoints)
]

0 comments on commit e38e2b6

Please sign in to comment.