From d7373e0c283a3d457d0e8384570f4b9aa967f825 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 8 Jul 2021 18:45:02 +0200 Subject: [PATCH] increase player mass --- src/Types/Player.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/Player.hs b/src/Types/Player.hs index 7760edc..4ee4fa2 100644 --- a/src/Types/Player.hs +++ b/src/Types/Player.hs @@ -148,7 +148,7 @@ instance Actor Pituicat where instance Mass Pituicat where - mass _ = 1 + mass _ = 100 acceleration = pcAcc