@@ -3030,7 +3030,7 @@ function _RepConvGRC() {
3030
3030
}
3031
3031
var options = {
3032
3032
body : DM . getl10n ( 'layout' , 'toolbar_activities' ) . incomming_attacks + " : " + (
3033
- require ( "data/features" ) . isCommandsMenuBubbleWithIndividualPushables ( )
3033
+ ! require ( "data/features" ) . isOldCommandVersion ( )
3034
3034
? require ( "helpers/commands" ) . getTotalCountOfIncomingAttacks ( )
3035
3035
: MM . checkAndPublishRawModel ( 'CommandsMenuBubble' , { id : Game . player_id } ) . getIncommingAttacksCommandsCount ( )
3036
3036
) ,
@@ -3052,7 +3052,7 @@ function _RepConvGRC() {
3052
3052
$ ( '#grcrtSound' ) . hide ( ) ;
3053
3053
}
3054
3054
RepConv . active . attack_count = _ai ; /*(
3055
- require("data/features").isCommandsMenuBubbleWithIndividualPushables ()
3055
+ ! require("data/features").isOldCommandVersion ()
3056
3056
? require("helpers/commands").getTotalCountOfIncomingAttacks()
3057
3057
: MM.checkAndPublishRawModel('CommandsMenuBubble', {id: Game.player_id}).getIncommingAttacksCommandsCount()
3058
3058
);*/
@@ -3477,7 +3477,7 @@ function _RepConvGRC() {
3477
3477
new _grcrtWindowGrcRT ( ) ;
3478
3478
new _grcrtWindowStats ( ) ;
3479
3479
new _grcrtWindowAnalysis ( ) ;
3480
- if ( require ( "data/features" ) . isCommandsMenuBubbleWithIndividualPushables ( ) ) {
3480
+ if ( ! require ( "data/features" ) . isOldCommandVersion ( ) ) {
3481
3481
$ . Observer ( require ( "data/events" ) . attack . incoming )
3482
3482
. subscribe ( 'GameEvents.grcrt.attackIncomming' , function ( a , b ) {
3483
3483
attackIncoming ( b . count ) ;
@@ -3810,3 +3810,6 @@ function _RepConvGRC() {
3810
3810
// ------------------------------
3811
3811
3812
3812
3813
+ /*
3814
+ <div class="ph_ratio" style="top: 38px;left: 345px;width: 35px;"></div>
3815
+ */
0 commit comments