From 8d29b5fcef4cfe9716d311035b1a32032aa17015 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 16 Apr 2021 23:51:13 +0200 Subject: Pig - Added thing from the Update and some other Things (#460) * Added Items from the Update and fixed some things, missing is Pig Relic * Constants things, PETNUMS FOR RAT MAYBE WRONG * Rat Pet Fix --- constants/pets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/pets.json') diff --git a/constants/pets.json b/constants/pets.json index d255dffe..332b9d61 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -178,6 +178,7 @@ "ZOMBIE":"COMBAT", "WOLF":"COMBAT", "GUARDIAN":"ENCHANTING", - "GRANDMA_WOLF":"COMBAT" + "GRANDMA_WOLF":"COMBAT", + "RAT":"COMBAT" } } \ No newline at end of file -- cgit