Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Unstaticized player No. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoes1286 committed Jul 26, 2021
1 parent 0e65c29 commit c178a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HADES.Core/src/EnhancedMovement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public float Weight

private void Start()
{
_hadesSystem = GetComponent<HADES>();
Stamina = MaxStamina;
}

Expand Down
1 change: 1 addition & 0 deletions HADES.Core/src/FallDamage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class FallDamage : MonoBehaviour

private void Start()
{
_hadesSystem = GetComponent<HADES>();
if (HADESConfig.FallDamage.Enabled)
{
Print("Injected FallDamage into player");
Expand Down

0 comments on commit c178a79

Please sign in to comment.