mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Removed star particles when hitting pots in a combo
This commit is contained in:
parent
c73d490485
commit
78d477fc01
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ namespace RhythmHeavenMania.Games.KarateMan
|
|||
switch (type)
|
||||
{
|
||||
case 0:
|
||||
KarateMan.instance.potHitEffect.Play();
|
||||
if(!combo) KarateMan.instance.potHitEffect.Play();
|
||||
break;
|
||||
case 1:
|
||||
GameObject bulbHit = Instantiate(KarateJoe.instance.BulbHit);
|
||||
|
|
Loading…
Reference in a new issue