Adjust Bomb Behavior
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user