File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1313 contextlib [contextmanager]
1414 simalq [version-string]
1515 simalq.strings
16- simalq.util [CommandError StatusEffect message-queue msg DamageType GameOverException menu-letters burst-damage]
16+ simalq.util [CommandError StatusEffect message-queue msg DamageType GameOverException menu-letters burst-damage mixed-number ]
1717 simalq.color :as color
1818 simalq.geometry [burst at turn-and-pos-seed]
1919 simalq.game-state [G]
288288 f" Score: {G.score :10,}\n "
289289 f" Turn: {G.turn-n :10,}\n "
290290 " \n "
291- G.quest.name
291+ f" Quest: {G.quest.name}\n "
292+ f" HP factor: {(mixed-number G.rules.player-hp-factor) :5}\n "
293+ f" Poison factor: {(mixed-number G.rules.poison-factor) :5}\n "
292294 " \n "
293295 version-string)))
294296
You can’t perform that action at this time.
0 commit comments