#############
# FREESLOTS #
#############

FREESLOT
# Sweet Tooth Circuit Objects
MT_STCPINKCOTTONCANDY
S_STCPINKCOTTONCANDY
MT_STCBLUECOTTONCANDY
S_STCBLUECOTTONCANDY
SPR_COCA

###############
# OBJECT DEFS #
###############

# Pink Cotton Candy Tree
Object MT_STCPINKCOTTONCANDY
#$Name Pink Cotton Candy Tree
#$Sprite COCPA0
#$Category Webring Racers
MapThingNum = 9500
SpawnState = S_STCPINKCOTTONCANDY
Deathstate = S_NULL
Height = 192*FRACUNIT
Radius = 16*FRACUNIT 
Flags = MF_SCENERY|MF_SOLID

# Blue Cotton Candy Tree
Object MT_STCBLUECOTTONCANDY
#$Name Blue Cotton Candy Tree
#$Sprite COCBA0
#$Category Webring Racers
MapThingNum = 9501
SpawnState = S_STCBLUECOTTONCANDY
Deathstate = S_NULL
Height = 192*FRACUNIT
Radius = 16*FRACUNIT 
Flags = MF_SCENERY|MF_SOLID

##############
# STATE DEFS #
##############

# Pink Cotton Candy Tree
State S_STCPINKCOTTONCANDY
SpriteName = SPR_COCA
SpriteFrame = A
Duration = -1
Action None
Next = S_STCPINKCOTTONCANDY

#Blue Cotton Candy Tree
State S_STCBLUECOTTONCANDY
SpriteName = SPR_COCA
SpriteFrame = B
Duration = -1
Action None
Next = S_STCBLUECOTTONCANDY

##############
# END OF SOC #
##############