16 lines
184 B
INI
16 lines
184 B
INI
;----------
|
|
;Fix nuke
|
|
;-----------
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "nuke_button"
|
|
"classname" "func_button"
|
|
}
|
|
insert:
|
|
{
|
|
"OnPressed" "nuke,AddOutput,damage 9999999,10,1"
|
|
}
|
|
} |