From b243f09bfbbb6a0591b6ccf539ed581fde408977 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 24 Apr 2020 12:05:02 -0500 Subject: [PATCH] more words because why not --- app/services/forum_replacement_service.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/services/forum_replacement_service.rb b/app/services/forum_replacement_service.rb index 91a86ea5..c0beab13 100644 --- a/app/services/forum_replacement_service.rb +++ b/app/services/forum_replacement_service.rb @@ -38,6 +38,8 @@ class ForumReplacementService < Service 'bad' => 'bodge', 'ball' => 'blimpy bounce bounce', 'balls' => 'blimpy bounce bounces', + 'balloon' => 'elastic breath trap', + 'balloons' => 'elastic breath traps', 'beanie' => 'floppy headcover', 'beanies' => 'floppy headcovers', 'bear' => '(ᵔᴥᵔ)', @@ -58,7 +60,8 @@ class ForumReplacementService < Service 'broccoli' => 'tiny tree', 'bulbasaur' => 'the best starter Pokemon', 'butt' => 'pooty', - 'butterfly' => 'decorated flappybeau', + 'butterflies' => 'beautyflies', + 'butterfly' => 'beautyfly', 'candy' => 'chocolate globbernaughts', 'cane' => 'boppinstick', 'canes' => 'boppinsticks', @@ -175,6 +178,8 @@ class ForumReplacementService < Service 'mittens' => 'hand socks', 'money' => 'molded cheddar', 'moon' => 'night cheese', + 'mosquito' => 'buzzy itchybee', + 'mosquitoes' => 'buzzy itchybees', 'movie' => 'magical moving picture', 'movies' => 'magical moving pictures', 'narwhal' => 'sea unicorn', @@ -244,16 +249,19 @@ class ForumReplacementService < Service 'sweaters' => 'sheepity sleepities', 'tarantula' => 'fuzzycrawler', 'tea' => 'leaf water', + 'teeth' => 'mouthstones', 'testosterone' => 'man juice', 'tiger' => 'thundercat', 'tigers' => 'thundercats', + 'tissue' => 'sneezepaper', + 'tissues' => 'sneezepapers', 'toe' => 'foot finger', 'toes' => 'foot fingers', 'toilet' => 'porcelain poopshooter', 'tomorrow' => 'the day before two days from now', 'tongue' => 'flicky licker', 'tonight' => 'the night after last night', - 'tooth' => 'mouth bone', + 'tooth' => 'mouthstone', 'toy' => 'bippity boppity', 'tree' => 'giant broccoli', 'trees' => 'giant broccolis',