From 7dff988d42c764f3912087d8fcf8fc3339ae4a01 Mon Sep 17 00:00:00 2001 From: John Cote Date: Fri, 10 Jan 2020 02:16:04 -0500 Subject: [PATCH] suit: fix mata hairy having the wrong dna --- toontown/suit/DistributedCashbotBoss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/suit/DistributedCashbotBoss.py b/toontown/suit/DistributedCashbotBoss.py index 71a6228..415e20a 100644 --- a/toontown/suit/DistributedCashbotBoss.py +++ b/toontown/suit/DistributedCashbotBoss.py @@ -101,7 +101,7 @@ class DistributedCashbotBoss(DistributedBossCog.DistributedBossCog, FSM.FSM): npc.setPickable(0) npc.setPlayerType(NametagGroup.CCNonPlayer) dna = ToonDNA.ToonDNA() - dna.newToonRandom(11237, 'f', 1) + dna.newToonRandom(146392, 'f', 1) dna.head = 'pls' npc.setDNAString(dna.makeNetString()) npc.animFSM.request('neutral')