19 lines
167 B
INI
Executable File
19 lines
167 B
INI
Executable File
;; _
|
|
|
|
;; players can't block elevator
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "stage_3_ele"
|
|
"classname" "func_movelinear"
|
|
}
|
|
replace:
|
|
{
|
|
"blockdamage" "1000"
|
|
}
|
|
}
|
|
|
|
|