This commit is contained in:
ntr
2019-07-22 11:33:05 +10:00
parent c8c2d08522
commit b04ae8a8d4
4 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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: {