before changing xp system
This commit is contained in:
@@ -801,7 +801,9 @@ public class SpaceshipController : NetworkBehaviour
|
||||
DBmanager.SetMetal(DBmanager.Metal+250);
|
||||
|
||||
MinigameManager.instance.rankedSummary.ShowLoss();
|
||||
DBmanager.SetTrophies(Mathf.Clamp(DBmanager.Trophies - 15, 0, int.MaxValue));
|
||||
// DBmanager.SetTrophies(Mathf.Clamp(DBmanager.Trophies - 15, 0, int.MaxValue));
|
||||
DBmanager.SetTrophies(Mathf.Clamp(DBmanager.Trophies - DBmanager.CurrentRank.trophieLoss, 0, int.MaxValue));
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user