Safety Tether implemented.
VIP items cannot be bought. VIP items have a special color in the inventory/store. Boost Devastation Sigil sounds. Fix Teleport() calls using A_Teleport() flags (oops). Give cheat tweaks.
This commit is contained in:
parent
555530c164
commit
cdd65f11a3
47 changed files with 305 additions and 96 deletions
|
|
@ -48,3 +48,47 @@ Console:
|
|||
Flat:
|
||||
#9999FF
|
||||
}
|
||||
|
||||
// VIP item colors
|
||||
VIPPurple
|
||||
{
|
||||
#230023 #7733FF
|
||||
Console:
|
||||
#000000 #7F009F 0 127
|
||||
#A000FF #FFFFFF 128 256
|
||||
Flat:
|
||||
#7339E6
|
||||
}
|
||||
|
||||
VIPGold
|
||||
{
|
||||
#39264D #CC793D 0 127
|
||||
#CC793D #FFD580 128 256
|
||||
Console:
|
||||
#39264D #CC793D 0 127
|
||||
#CC793D #FFD580 128 256
|
||||
Flat:
|
||||
#CC793D
|
||||
}
|
||||
|
||||
VIPBrown
|
||||
{
|
||||
#39264D #80593B 0 127
|
||||
#80593B #CCA37A 128 256
|
||||
Console:
|
||||
#39264D #80593B 0 127
|
||||
#80593B #CCA37A 128 256
|
||||
Flat:
|
||||
#80593B
|
||||
}
|
||||
|
||||
VIPTan
|
||||
{
|
||||
#39264D #998B79 0 127
|
||||
#998B79 #E6CEB6 128 256
|
||||
Console:
|
||||
#39264D #998B79 0 127
|
||||
#998B79 #E6CEB6 128 256
|
||||
Flat:
|
||||
#998B79
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue