Scrap/Random Hacks/Black and white toon code.txt
Richard Wright 5f35433c9b Scrap codes
2015-03-01 17:03:11 +00:00

6 lines
No EOL
257 B
Text

import toontown
try:getGenderColorList
except:getGenderColorList = toontown.makeatoon.ColorShop.ColorShop.getGenderColorList
def returnColorList(self, *args):
return range(-1,26,1)
toontown.makeatoon.ColorShop.ColorShop.getGenderColorList = returnColorList