mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
|
//Custom Log Event rules for Rock2.
|
||
|
|
||
|
Award
|
||
|
{
|
||
|
name = "Executioner";
|
||
|
noWinnerMessage = "No gas was discharged!";
|
||
|
extraInfo = "%player discharged the gas %number times!";
|
||
|
|
||
|
trigger
|
||
|
{
|
||
|
type = goal;
|
||
|
key = rhand;
|
||
|
key = bhand;
|
||
|
}
|
||
|
}
|
||
|
|