Revert key changes. Add species, that's the proper fix (why even).
This commit is contained in:
parent
eb6c8e1c35
commit
217dbd0fda
4 changed files with 126 additions and 30 deletions
24
gldefs.txt
24
gldefs.txt
|
|
@ -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" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue