From 64160f9aa90d877c832259a4b8add4a6488518ce Mon Sep 17 00:00:00 2001 From: John Cote Date: Mon, 25 May 2015 01:14:46 -0400 Subject: [PATCH] Revert "Fixing Scratch Glitch" This reverts commit 4e91128ab8ebc282c7eb2c7adc9a76ee02625e9a. --- 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 da473d42..72c4c9e2 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 = 3 +PET_MOVIE_SCRATCH = 4 PET_MOVIE_CALL = 5 FEED_TIME = 10.0 SCRATCH_TIME = 8.042