ACTOR Chair 14354
{    
    //$Category "Ghouls vs Humans Decoration"
    //$Title Chair
    Radius 12
    Height 29
	+NOBLOOD
    +FLOORCLIP
    +SOLID
    States
    {
    Spawn:
	    CHA1 A -1
	    Stop
    }
}

ACTOR YellowLamp 13241
{    
    //$Category "Ghouls vs Humans Decoration"
    //$Title Yellow Lamp
    Radius 8
    Height 52
    +NOBLOOD
	+SOLID
    States
    {
    Spawn:
        YLMP A 1 Bright
        Loop
    }
}

ACTOR GreyLamp 13214
{    
    //$Category "Ghouls vs Humans Decoration"
    //$Title Grey Lamp
    Radius 8
    Height 52
    +NOBLOOD
	+SOLID
    States
    {
    Spawn:
        GLMP A 1 Bright 
        Loop
    }
}