From 6a5302d4553717c0fb395ad22d69c812e7dbe4f9 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:36:37 +1100 Subject: fix stat (#1015) --- constants/petnums.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/petnums.json b/constants/petnums.json index 25e0c358..68075b83 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1076,7 +1076,7 @@ "otherNums": [], "statNums": { "SPEED": 10, - "INTELLIGENCE": 60 + "INTELLIGENCE": 50 } } } -- cgit