diff --git a/data/feedthetrolls.cfg b/data/feedthetrolls.cfg index 332c06f..1b54fd5 100644 --- a/data/feedthetrolls.cfg +++ b/data/feedthetrolls.cfg @@ -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" + } } \ No newline at end of file