From e13353e77e167f8d18244039e3f9f3eedea93297 Mon Sep 17 00:00:00 2001 From: ParaGitV <109384402+ParaGitV@users.noreply.github.com> Date: Thu, 1 Sep 2022 07:20:24 -0700 Subject: [PATCH] Spraytan overdose update (#18788) * Spraytan Line Updates * Punctuation update --- code/modules/reagents/chemistry/reagents/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/misc.dm b/code/modules/reagents/chemistry/reagents/misc.dm index 7a915fe9c8d..dce6b2cbb28 100644 --- a/code/modules/reagents/chemistry/reagents/misc.dm +++ b/code/modules/reagents/chemistry/reagents/misc.dm @@ -692,7 +692,7 @@ else M.visible_message("[M] flexes [M.p_their()] arms.") if(prob(10)) - M.say(pick("Shit was SO cash.", "You are everything bad in the world.", "What sports do you play, other than 'jack off to naked drawn Japanese people?'", "Don’t be a stranger. Just hit me with your best shot.", "My name is John and I hate every single one of you.")) + M.say(pick("Maybe he's born with it, maybe its Tangerine.", "Dude, Toasters are like...tanning beds for bread.", "They said I could become anything so I became beef jerky.", "I can't afford a leather couch so I became one.", "I've entered the bronze age!")) return list(0, STATUS_UPDATE_NONE)