34 lines
518 B
INI
34 lines
518 B
INI
|
;--------------------------------------------------------------------
|
||
|
;STRIPPER CFG BY MOLTARD http://steamcommunity.com/id/0123456789ABC/
|
||
|
;--------------------------------------------------------------------
|
||
|
;FIX ELEVATOR BLOCK
|
||
|
;-------------------
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"targetname" "lift_underground"
|
||
|
"classname" "func_movelinear"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"blockdamage" "99999"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
modify:
|
||
|
{
|
||
|
match:
|
||
|
{
|
||
|
"targetname" "underground_lift"
|
||
|
"classname" "func_movelinear"
|
||
|
}
|
||
|
replace:
|
||
|
{
|
||
|
"blockdamage" "99999"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|