mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 20:23:20 +00:00
Add Take Pills troll
This commit is contained in:
parent
af9ae6113c
commit
1db7f21e00
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
// s - single, r - repeat / event, c - constant
|
||||
//add letters together: sr -> single & repeat
|
||||
|
||||
//"realonly" "1" will make troll unusable for
|
||||
// Make sure to also update the trollMode enum in ftt.inc
|
||||
"Trolls"
|
||||
{
|
||||
"SlowSpeed"
|
||||
|
@ -158,4 +158,11 @@
|
|||
"description" "Prevents player from sending any vocalizations (even automatic)"
|
||||
"modifiers" "c"
|
||||
}
|
||||
|
||||
"Take Pills"
|
||||
{
|
||||
"id" "take"
|
||||
"description" "Forces the player to take their pills or adrendaline"
|
||||
"modifiers" "s"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue