Skip to content

Commit

Permalink
Reordered some keyword arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Feb 26, 2024
1 parent 152f50b commit 6c902bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simalq/un_iq.hy
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
(setv data (.parse quest-fmt (get (iq-quests-raw) name)))
(Quest
:name name
:title data.title
:authors (if (= name "New DeathQuest")
; We're assuming this is a standard IQ quest, not user-made.
"Yves and Serge Meynard"
"Yves Meynard")
:title data.title
:starting-hp data.starting-hp
:levels (tuple (gfor
[level-n l] (enumerate data.levels)
Expand Down

0 comments on commit 6c902bc

Please sign in to comment.