Update Project to Update Team Name

This commit is contained in:
Philip W 2024-01-28 15:55:07 +00:00
parent 605b54c746
commit 7f025df828
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
ProjectID=E877E02D488651FAFC658794FDFE9D6A ProjectID=E877E02D488651FAFC658794FDFE9D6A
ProjectName=FatJohnsLifter ProjectName=FatJohnsLifter
ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "BA4B1CB74C60C81AEC61C1B1DE83962B", "FatJohnsLifter") ProjectDisplayedTitle=NSLOCTEXT("[/Script/EngineSettings]", "BA4B1CB74C60C81AEC61C1B1DE83962B", "FatJohnsLifter")
CompanyName=Fat John
[/Script/SeagullGame.SeagullGameCharacter] [/Script/SeagullGame.SeagullGameCharacter]
FixedCameraPitch=-45.0 FixedCameraPitch=-45.0
@ -14,7 +15,7 @@ InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
[/Script/UnrealEd.ProjectPackagingSettings] [/Script/UnrealEd.ProjectPackagingSettings]
Build=IfProjectHasCode Build=IfProjectHasCode
BuildConfiguration=PPBC_Development BuildConfiguration=PPBC_Development
BuildTarget=FatJohnsLifter BuildTarget=
LaunchOnTarget= LaunchOnTarget=
StagingDirectory=(Path="") StagingDirectory=(Path="")
FullRebuild=False FullRebuild=False

View File

@ -136,6 +136,7 @@ void ASeagullGameCharacter::HealPlayer(float HealAmount)
void ASeagullGameCharacter::StartGame() void ASeagullGameCharacter::StartGame()
{ {
CurrentHealth = MaxHealth;
JohnsCurrentHunger = JohnsDefaultHunger; JohnsCurrentHunger = JohnsDefaultHunger;
if (GetWorld()->GetTimerManager().IsTimerActive(GameTimerHandle)) if (GetWorld()->GetTimerManager().IsTimerActive(GameTimerHandle))
{ {