1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 01:02:54 +08:00

Make banana showers always last in combo (explodey)

This commit is contained in:
Dean Herbert 2018-01-12 21:47:52 +09:00
parent 20c6f84efa
commit f03b8206da

View File

@ -11,6 +11,8 @@ namespace osu.Game.Rulesets.Catch.Objects
{
public override FruitVisualRepresentation VisualRepresentation => FruitVisualRepresentation.Banana;
public override bool LastInCombo => true;
protected override void CreateNestedHitObjects()
{
base.CreateNestedHitObjects();