From 573f4084076c52be4adcaec0e1390f5f3d72fed0 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 17 Feb 2020 16:00:33 -0800 Subject: [PATCH] Update flash.dm --- code/modules/assembly/flash.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/assembly/flash.dm b/code/modules/assembly/flash.dm index bc0ca4f045e..c388537aac2 100644 --- a/code/modules/assembly/flash.dm +++ b/code/modules/assembly/flash.dm @@ -192,7 +192,7 @@ return if(converter.add_revolutionary(H.mind)) if(prob(1) || SSevents.holidays && SSevents.holidays[APRIL_FOOLS]) - H.say("You son of a bitch! I'm in.", forced = TRUE) + H.say("You son of a bitch! I'm in.", forced = "That son of a bitch! They're in.") times_used -- //Flashes less likely to burn out for headrevs when used for conversion else to_chat(user, "This mind seems resistant to the flash!")