From 24c9847230ca7f419a2d2a2332ff541d3bd1bd30 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 21 Jun 2020 15:52:26 +0100 Subject: [PATCH] Increase Puffle killer interval to 30 minutes --- houdini/handlers/play/pet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/houdini/handlers/play/pet.py b/houdini/handlers/play/pet.py index 1671dd8..b54485f 100644 --- a/houdini/handlers/play/pet.py +++ b/houdini/handlers/play/pet.py @@ -12,7 +12,7 @@ from houdini.data.pet import PenguinPuffle, PenguinPuffleCollection, PenguinPuff from houdini.data.room import PenguinBackyardRoom, PenguinIglooRoom from houdini.handlers import Priority, XMLPacket, XTPacket -PuffleKillerInterval = 600 +PuffleKillerInterval = 1800 LegacyPuffleIds = [0, 1, 2, 3, 4, 5, 6, 7, 8] BrushCareItemId = 1