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