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

View File

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