Skip to content

Commit

Permalink
icons: substitute "Darkness" as "Dark"
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoble committed Jun 23, 2024
1 parent 5b0d100 commit de11d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defns/monsters.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
(list prefix (elements:element-pics-consume (elements:wild)) suffix)]))
(define (consume-element x)
(match-loop x
[(regexp #px"^(.*)(?i:consume)\\s*(?i:(fire|ice|air|earth|light|dark))\\s*(.*)$"
[(regexp #px"^(.*)(?i:consume)\\s*(?i:(fire|ice|air|earth|light|darkness|dark))\\s*(.*)$"
(list _ prefix element suffix))
(list prefix
(elements:element-pics-consume (element->element-pics element))
Expand Down

0 comments on commit de11d4b

Please sign in to comment.