Bugfix Enemy Seagull Not Chasing
This commit is contained in:
parent
c8b3fb37c0
commit
9e986eb2b2
BIN
SeagullGame/Content/AI/SeagullEnemy/AI_EnemySeagull.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/AI/SeagullEnemy/AI_EnemySeagull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/AI/SeagullEnemy/BB_EnemySeagull.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/AI/SeagullEnemy/BB_EnemySeagull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/AI/SeagullEnemy/BTT_ChaseSeagull.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/AI/SeagullEnemy/BTT_ChaseSeagull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/AI/SeagullEnemy/BTT_FindRandomPatrolSeagull.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/AI/SeagullEnemy/BTT_FindRandomPatrolSeagull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/AI/SeagullEnemy/BT_EnemySeagull.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/AI/SeagullEnemy/BT_EnemySeagull.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/John/BP_John.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/John/BP_John.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/__ExternalActors__/TopDown/Maps/TopDownMap/8/4X/3W1TJMD96Q8MJD7QM7AWU7.uasset
(Stored with Git LFS)
BIN
SeagullGame/Content/__ExternalActors__/TopDown/Maps/TopDownMap/8/4X/3W1TJMD96Q8MJD7QM7AWU7.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
SeagullGame/Content/__ExternalActors__/TopDown/Maps/TopDownMap/E/BO/MM4ON6DY6RM5SQV44RFDG4.uasset
(Stored with Git LFS)
Normal file
BIN
SeagullGame/Content/__ExternalActors__/TopDown/Maps/TopDownMap/E/BO/MM4ON6DY6RM5SQV44RFDG4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -239,6 +239,7 @@ void ASeagullGameCharacter::IncreaseJohnsHunger(const float HungerAmount)
|
||||
if (JohnsCurrentHunger > JohnsMaxHunger)
|
||||
{
|
||||
JohnsCurrentHunger = JohnsMaxHunger;
|
||||
EndGame();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user