Skip to content

Commit

Permalink
Fixed Ghoul on Summoner
Browse files Browse the repository at this point in the history
  • Loading branch information
tnishamon committed May 2, 2024
1 parent d6d6de9 commit 838bc7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public override void EnterState(SummonerStateManager summoner)
}
private IEnumerator SummonGhoul(SummonerStateManager summoner)
{
ghoulPrefab = Resources.Load<GameObject>("Mob Spawns/Ghoul");
ghoulPrefab = Resources.Load<GameObject>("Prefabs/Ghoul");
while (ghoulSummonCount < maxGhouls)
{
animator.SetBool("isSummoning", true);
Expand Down

0 comments on commit 838bc7b

Please sign in to comment.