58 lines
455 B
INI
58 lines
455 B
INI
|
|
; Fix controllable elevators
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "elevator_1"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "530"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "elevator_2"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "530"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "Platform 1"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "530"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "Platform 3"
|
|
}
|
|
replace:
|
|
{
|
|
"spawnflags" "530"
|
|
}
|
|
}
|
|
|
|
; No AFK killer
|
|
|
|
filter:
|
|
{
|
|
"targetname" "Afk killer"
|
|
}
|