More changes

This commit is contained in:
Filip Maj 2022-02-05 18:14:23 -05:00
parent 37d04344ae
commit f374ee3be9
35 changed files with 38 additions and 38 deletions

View file

@ -14,8 +14,8 @@ function onCreate(starterPlayer, contentArea, director)
mob1 = GetWorldManager().SpawnBattleNpcById(3, contentArea);
mob2 = GetWorldManager().SpawnBattleNpcById(4, contentArea);
mob3 = GetWorldManager().SpawnBattleNpcById(5, contentArea);
starterPlayer.currentParty:AddMember(papalymo.actorId);
starterPlayer.currentParty:AddMember(yda.actorId);
starterPlayer.currentParty:AddMember(papalymo.Id);
starterPlayer.currentParty:AddMember(yda.Id);
starterPlayer:SetMod(modifiersGlobal.MinimumHpLock, 1);