@@ -392,7 +392,8 @@ export function levelStart() {
392392 flagBonusLife = false ;
393393
394394 scoreDisplay . innerHTML = score ;
395-
395+
396+ reSetLairTextColor ( "orange" ) ;
396397 squares [ 431 ] . innerHTML = "R" ;
397398 squares [ 432 ] . innerHTML = "E" ;
398399 squares [ 433 ] . innerHTML = "A" ;
@@ -416,7 +417,8 @@ export function levelStart() {
416417 squares [ 433 ] . innerHTML = "" ;
417418 squares [ 434 ] . innerHTML = "" ;
418419 squares [ 435 ] . innerHTML = "" ;
419- squares [ 436 ] . innerHTML = "" ;
420+ squares [ 436 ] . innerHTML = "" ;
421+ reSetLairTextColor ( ) ;
420422
421423 // setPacManSpeed();
422424 speedStartPacMan = setInterval ( control , pacManSpeed ) ;
@@ -539,6 +541,7 @@ function extraLife() {
539541
540542 resizeCurrentPacManLives ( ) ;
541543
544+ reSetLairTextColor ( "orange" ) ;
542545 squares [ 431 ] . innerHTML = "E" ;
543546 squares [ 432 ] . innerHTML = "X" ;
544547 squares [ 433 ] . innerHTML = "T" ;
@@ -553,6 +556,7 @@ function extraLife() {
553556 squares [ 434 ] . innerHTML = "" ;
554557 squares [ 435 ] . innerHTML = "" ;
555558 squares [ 436 ] . innerHTML = "" ;
559+ reSetLairTextColor ( ) ;
556560 } , 3000 ) ;
557561 }
558562 // if(score !== 0 && checkForBonusLife === 0 && flagBonusLife === false){
0 commit comments