File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3535 Pushie : { price : 17 , desc : "Pushes opponent toward nearest edge." } ,
3636 Speed : { price : 8 , desc : "Speed +50% for 10s." } ,
3737 "Emergency Platform" : { price : 15 , desc : "Automatically saves you from falling into the void." } ,
38- "Math" : { price : 16 , desc : "Solve math to build up attack. One mistake flips it on you." }
38+ "Math" : { price : 1 , desc : "Solve math to build up attack. One mistake flips it on you." }
3939 } ;
4040
4141 const LEVELS = {
783783 <div style="color:var(--muted);font-weight:600">${ t . price } </div>
784784 <button class="btn" data-name="${ k } ">Buy</button>
785785 </div>` ;
786+ if ( k === 'Math' ) row . style . border = '1px solid var(--accent)' ;
786787 row . querySelector ( 'button' ) . addEventListener ( 'click' , ( ) => { buyTactic ( k ) ; } ) ;
787788 shopTacticsEl . appendChild ( row ) ;
788789 } ) ;
You can’t perform that action at this time.
0 commit comments