Ejemplo n.º 1
0
    private void bossDefeat()
    {
        changeEventText("Congratulations! You defeated the boss!"
                        + "\nThe party has all learned new spells!");

        PartyController.AssignSpells(mapManager.GetComponent <MapManager>().Zone);
    }