diff options
| author | 2018-08-30 16:07:33 +0100 | |
|---|---|---|
| committer | 2018-08-30 16:15:24 +0100 | |
| commit | dceeef86481b50fca74ec2e64974b60441757a1c (patch) | |
| tree | 561ff690488c6914a76d76ef88df32a4ccff01af /modules/strax.py | |
| parent | Fix strax.py to randomise other things and fix random choice 1,2 (diff) | |
| signature | ||
Add missing comma in strax.py
Diffstat (limited to 'modules/strax.py')
| -rw-r--r-- | modules/strax.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/strax.py b/modules/strax.py index ebb67a2c..9b6e431b 100644 --- a/modules/strax.py +++ b/modules/strax.py @@ -9,7 +9,7 @@ class Module(object): def strax(self, event): suggestion_greeting = ["Might I suggest", "I'd suggest", "We should attack now with", "We must attack now with"] method_of_attack_a = ["full-frontal", "pincer", "surprise", "brutally excessive", "multi-pronged", "glorious", - "violent", "devestating" "superior"] + "violent", "devestating", "superior"] method_of_attack_an = ["acid-heavy", "immediate", "overwhelming", "unstoppable"] type_of_attack = ["assault", "attack", "bombardment", "offensive", "barrage", "charge", "strike", "operation", "manoeuvre", "blitzkrieg"] |
