Poodletooth-iLand/toontown/parties/DistributedPartyValentineTrampolineActivity.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

6 lines
411 B
Python
Executable file

from toontown.parties.DistributedPartyTrampolineActivity import DistributedPartyTrampolineActivity
class DistributedPartyValentineTrampolineActivity(DistributedPartyTrampolineActivity):
def __init__(self, cr, doJellyBeans = True, doTricks = False, texture = None):
DistributedPartyTrampolineActivity.__init__(self, cr, doJellyBeans, doTricks, 'phase_13/maps/tt_t_ara_pty_trampolineValentine.jpg')