From 8d691a2944d5db39a4f5ecbb2515a1829663b539 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Thu, 20 Aug 2015 16:17:38 -0500 Subject: [PATCH] Making TullyBBurnalot happy (AKA the dumbest grammar PR ever.) Tully is a nerd. --- code/modules/events/mass_hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/mass_hallucination.dm b/code/modules/events/mass_hallucination.dm index b3fbea5343c..c1778e060bc 100644 --- a/code/modules/events/mass_hallucination.dm +++ b/code/modules/events/mass_hallucination.dm @@ -3,4 +3,4 @@ if(!(C.species.flags & IS_SYNTHETIC)) C.hallucination += rand(50, 100) /datum/event/mass_hallucination/announce() - command_announcement.Announce("It seems that station [station_name()] is passing through a minor radiation field, this may cause some hallucination, but no further damage") \ No newline at end of file + command_announcement.Announce("It seems that station [station_name()] is passing through a minor radiation field, this may cause some hallucinations, but no further damage")