mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-12 12:45:12 +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)
|
switch (type)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
KarateMan.instance.potHitEffect.Play();
|
if(!combo) KarateMan.instance.potHitEffect.Play();
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
GameObject bulbHit = Instantiate(KarateJoe.instance.BulbHit);
|
GameObject bulbHit = Instantiate(KarateJoe.instance.BulbHit);
|
||||||
|
|
Loading…
Reference in a new issue