styles
This commit is contained in:
@@ -209,7 +209,7 @@ function Vbox(args) {
|
||||
</div>
|
||||
<button
|
||||
class='vbox-btn'
|
||||
onMouseOver={e => hoverInfo(e, 'reroll')}
|
||||
onMouseOver={e => hoverInfo(e, 'refill')}
|
||||
onClick={() => sendVboxDiscard()}>
|
||||
refill - 5b
|
||||
</button>
|
||||
|
||||
@@ -56,8 +56,8 @@ module.exports = {
|
||||
item: 'REFINE',
|
||||
description: 'Refine ITEMS currently in I-COMBINATOR into more powerful variants',
|
||||
},
|
||||
reroll: {
|
||||
item: 'REROLL',
|
||||
refill: {
|
||||
item: 'REFILL',
|
||||
description: 'Refill the VBOX with new ITEMS.\nCosts 5b.',
|
||||
},
|
||||
equipSkills: {
|
||||
|
||||
Reference in New Issue
Block a user