Adjust Bomb Behavior

This commit is contained in:
2025-12-17 00:11:17 +08:00
parent 4c3980d84d
commit de2de35b1b
5 changed files with 84 additions and 47 deletions

View File

@@ -217,8 +217,7 @@ namespace Services {
GetGem,
DestroyAtAsync,
this.gameVariables.bombRadius,
this.gameVariables.bombDelay,
this.gameVariables.bombSelfDelay);
this.gameVariables.bombDelay);
await MoveGemsDown();
return;
@@ -239,8 +238,7 @@ namespace Services {
GetGem,
DestroyAtAsync,
this.gameVariables.bombRadius,
this.gameVariables.bombDelay,
this.gameVariables.bombSelfDelay);
this.gameVariables.bombDelay);
await MoveGemsDown();
}