Display dye chamber hotkeys on the buyables

This commit is contained in:
thepaperpilot 2022-12-19 19:28:28 -06:00
parent 17338e37ef
commit 129cbcd200

View file

@ -2,6 +2,7 @@
* @module
* @hidden
*/
import HotkeyVue from "components/Hotkey.vue";
import Spacer from "components/layout/Spacer.vue";
import Sqrt from "components/math/Sqrt.vue";
import Modal from "components/Modal.vue";
@ -227,7 +228,9 @@ const layer = createLayer(id, function (this: BaseLayer) {
display: jsx(() => {
return (
<span>
<h3>{options.name} Chambers</h3>
<h3>
{options.name} Chambers <HotkeyVue hotkey={hotkey} />
</h3>
<br />
Create {format(computedToGenerate.value)} {options.name}
{options.dyesToReset.length > 0