stripper-configs/ze_shaun_of_the_dead_b3.cfg

34 lines
518 B
INI
Raw Normal View History

;--------------------------------------------------------------------
;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"
}
}