aboutsummaryrefslogtreecommitdiff
path: root/Assets/Scripts/Player
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Player')
-rw-r--r--Assets/Scripts/Player/PlayerStats.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/Scripts/Player/PlayerStats.cs b/Assets/Scripts/Player/PlayerStats.cs
index 64d9a45..f35360b 100644
--- a/Assets/Scripts/Player/PlayerStats.cs
+++ b/Assets/Scripts/Player/PlayerStats.cs
@@ -42,7 +42,7 @@ public class PlayerStats : MonoBehaviour
private void Update()
{
- if(Input.GetKeyDown(KeyCode.A))
+ if(Input.GetKeyDown(KeyCode.K))
{
Debug.Log("You have given yourself 10% Hunger and Bladder");
Hunger += 10;