diff --git a/saliensHack.user.js b/saliensHack.user.js index b6d8361..5cc7dd6 100644 --- a/saliensHack.user.js +++ b/saliensHack.user.js @@ -90,6 +90,13 @@ return; } + if (gGame.m_State instanceof CBattleState) { + var m_SalienInfoBox = new CSalienInfoBox(); + m_SalienInfoBox.x = gApp.screen.width - m_SalienInfoBox.width - 12; + m_SalienInfoBox.y = k_ScreenHeight - 72; + gApp.stage.addChild(m_SalienInfoBox); + } + if (gGame.m_State.m_VictoryScreen || gGame.m_State.m_LevelUpScreen) { gGame.ChangeState( new CBattleSelectionState( gGame.m_State.m_PlanetData.id ) ); console.log('round done');