summaryrefslogtreecommitdiff
path: root/internal/spells/spells.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/spells/spells.go')
-rw-r--r--internal/spells/spells.go92
1 files changed, 46 insertions, 46 deletions
diff --git a/internal/spells/spells.go b/internal/spells/spells.go
index 828c9e9..34eea17 100644
--- a/internal/spells/spells.go
+++ b/internal/spells/spells.go
@@ -3,52 +3,52 @@ package spells
import "math/rand"
var spells = []string{
- `Slime Finger`,
- `Rabbit Punch`,
- `Hastiness`,
- `Good Move`,
- `Sadness`,
- `Seasick`,
- `Gyp`,
- `Shoelaces`,
- `Innoculate`,
- `Cone of Annoyance`,
- `Magnetic Orb`,
- `Invisible Hands`,
- `Revolting Cloud`,
- `Aqueous Humor`,
- `Spectral Miasma`,
- `Clever Fellow`,
- `Lockjaw`,
- `History Lesson`,
- `Hydrophobia`,
- `Big Sister`,
- `Cone of Paste`,
- `Mulligan`,
- `Nestor's Bright Idea`,
- `Holy Batpole`,
- `Tumor (Benign)`,
- `Braingate`,
- `Nonplus`,
- `Animate Nightstand`,
- `Eye of the Troglodyte`,
- `Curse Name`,
- `Dropsy`,
- `Vitreous Humor`,
- `Roger's Grand Illusion`,
- `Covet`,
- `Astral Miasma`,
- `Spectral Oyster`,
- `Acrid Hands`,
- `Angioplasty`,
- `Grognor's Big Day Off`,
- `Tumor (Malignant)`,
- `Animate Tunic`,
- `Ursine Armor`,
- `Holy Roller`,
- `Tonsilectomy`,
- `Curse Family`,
- `Infinite Confusion`,
+ "Slime Finger",
+ "Rabbit Punch",
+ "Hastiness",
+ "Good Move",
+ "Sadness",
+ "Seasick",
+ "Gyp",
+ "Shoelaces",
+ "Innoculate",
+ "Cone of Annoyance",
+ "Magnetic Orb",
+ "Invisible Hands",
+ "Revolting Cloud",
+ "Aqueous Humor",
+ "Spectral Miasma",
+ "Clever Fellow",
+ "Lockjaw",
+ "History Lesson",
+ "Hydrophobia",
+ "Big Sister",
+ "Cone of Paste",
+ "Mulligan",
+ "Nestor's Bright Idea",
+ "Holy Batpole",
+ "Tumor (Benign)",
+ "Braingate",
+ "Nonplus",
+ "Animate Nightstand",
+ "Eye of the Troglodyte",
+ "Curse Name",
+ "Dropsy",
+ "Vitreous Humor",
+ "Roger's Grand Illusion",
+ "Covet",
+ "Astral Miasma",
+ "Spectral Oyster",
+ "Acrid Hands",
+ "Angioplasty",
+ "Grognor's Big Day Off",
+ "Tumor (Malignant)",
+ "Animate Tunic",
+ "Ursine Armor",
+ "Holy Roller",
+ "Tonsilectomy",
+ "Curse Family",
+ "Infinite Confusion",
}
func Pick() string {