15 lines
188 B
INI
15 lines
188 B
INI
;---------------------------------------
|
|
;fix doors in gas room
|
|
;---------------------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "r_button_6"
|
|
}
|
|
replace:
|
|
{
|
|
"wait" "2"
|
|
}
|
|
}
|