Fixes Wacky Wizard Spellbook Visual Bug (#73090)

There was a weird variable set in the spellbook UI, meaning that the text that
described what Semi-Randomize actually was was obscured. Let's remove
that oddness and fix that UI right up.
This commit is contained in:
san7890
2023-02-02 16:33:15 -05:00
committed by GitHub
parent a11517e3df
commit a0185bf956
+1 -1
View File
@@ -324,7 +324,7 @@ const Randomize = (props, context) => {
return (
<Stack fill vertical>
{points < 10 && <PointLocked />}
<Stack.Item grow mt={10}>
<Stack.Item>
Semi-Randomize will ensure you at least get some mobility and lethality.
Guaranteed to have {semi_random_bonus} points worth of spells.
</Stack.Item>