Add Take Pills troll

This commit is contained in:
Jackzie 2021-05-12 17:56:38 -05:00
parent af9ae6113c
commit 1db7f21e00
No known key found for this signature in database
GPG key ID: 1E834FE36520537A

View file

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