From 4e91128ab8ebc282c7eb2c7adc9a76ee02625e9a Mon Sep 17 00:00:00 2001 From: Xavier Date: Sun, 24 May 2015 21:01:13 -0400 Subject: [PATCH] Fixing Scratch Glitch Timer change might help. --- toontown/pets/PetConstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/pets/PetConstants.py b/toontown/pets/PetConstants.py index 72c4c9e2..da473d42 100755 --- a/toontown/pets/PetConstants.py +++ b/toontown/pets/PetConstants.py @@ -39,7 +39,7 @@ PET_MOVIE_CLEAR = 0 PET_MOVIE_START = 1 PET_MOVIE_COMPLETE = 2 PET_MOVIE_FEED = 3 -PET_MOVIE_SCRATCH = 4 +PET_MOVIE_SCRATCH = 3 PET_MOVIE_CALL = 5 FEED_TIME = 10.0 SCRATCH_TIME = 8.042