Scrap/Random Hacks/Black and white toon code.txt

6 lines
257 B
Text
Raw Normal View History

2015-03-01 11:03:11 -06:00
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