Skip to content

Commit 2be9769

Browse files
author
luiza.torello
committed
fix: questionary and rebase
1 parent f73102f commit 2be9769

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Assets/Resources/ScriptableObjectsData/Form/Realtime Generation With Quests/PreTestEN/RealtimePreTestQuestionnaireEN.asset

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scenes/Main.unity

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scripts/Game/ProfileAnalyst/TopdownPlayerProfileManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private void SelectPlayerProfile(object sender, EventArgs eventArgs)
102102
if (_profileCalculator is TopdownYeeProfileCalculator yeeProfileCalculator)
103103
{
104104
YeePlayerProfile playerProfile = _playerDataController.CurrentPlayer.SerializedData.PlayerProfile;
105-
if (!ExperimentController.UseFixedProfile)
105+
if (!ExperimentController.UseRandomProfile)
106106
{
107107
playerProfile = (YeePlayerProfile)yeeProfileCalculator.CreateProfileFromGameplay(_playerDataController.CurrentPlayer, _playerDataController.CurrentPlayer.CurrentDungeon);
108108
}

0 commit comments

Comments
 (0)