Revert key changes. Add species, that's the proper fix (why even).

This commit is contained in:
Marisa the Magician 2018-05-26 21:03:23 +02:00
commit 217dbd0fda
4 changed files with 126 additions and 30 deletions

View file

@ -570,27 +570,27 @@ PulseLight "UTGoldKeyLight"
Interval 2.0
Offset 0 16 0
}
Object "RedSkull"
Object "UTRedSkull"
{
Frame "RSKU" { light "UTRedKeyLight" }
Frame "USKL" { light "UTRedKeyLight" }
}
Object "BlueSkull"
Object "UTBlueSkull"
{
Frame "BSKU" { light "UTBlueKeyLight" }
Frame "USKL" { light "UTBlueKeyLight" }
}
Object "YellowSkull"
Object "UTGoldSkull"
{
Frame "YSKU" { light "UTGoldKeyLight" }
Frame "USKL" { light "UTGoldKeyLight" }
}
Object "RedCard"
Object "UTRedKey"
{
Frame "RKEY" { light "UTRedKeyLight" }
Frame "UKEY" { light "UTRedKeyLight" }
}
Object "BlueCard"
Object "UTBlueKey"
{
Frame "BKEY" { light "UTBlueKeyLight" }
Frame "UKEY" { light "UTBlueKeyLight" }
}
Object "YellowCard"
Object "UTGoldKey"
{
Frame "YKEY" { light "UTGoldKeyLight" }
Frame "UKEY" { light "UTGoldKeyLight" }
}