Actor Glaive_Medal : FloatyIcon
{
    States
    {
        Glaived:
            GLVD A -1
            Stop
    }
}

Actor Hypothermic_Medal : FloatyIcon
{
    States
    {
        Hypothermic:
            ICCU A -1
            Stop
    }
}

Actor ShellShock_Medal : FloatyIcon
{
    States
    {
        ShellShock:
            SZMD A -1
            Stop
    }
}

Actor GUN_Medal : FloatyIcon
{
    States
    {
        SHOT:
           SHTA A -1
            Stop
    }
}

Actor incinerated_Medal : FloatyIcon
{
    States
    {
        Incinerated1:
           INCN A -1
            Stop
    }
}





Actor decapitated_Medal : FloatyIcon
{
    States
    {
        decapitated:
           DECP A -1
            Stop
    }
}

Actor cauterized_Medal : FloatyIcon
{
    States
    {
        cauterized:
           HOTS A -1
            Stop
    }
}