From 51ff298f2313dbeba1918106e6de81e41d9cf33b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 12 Mar 2018 23:40:23 +0100 Subject: fmt --- internal/spells/spells.go | 92 +++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'internal/spells/spells.go') 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 { -- cgit v1.2.3