From d087e5791cb6fdc90947ae0eb23f3027f22bcf9a Mon Sep 17 00:00:00 2001 From: cib Date: Sat, 19 May 2012 22:09:39 +0200 Subject: [PATCH] Fixed grammar mistake. --- code/game/gamemodes/meme/meme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/meme/meme.dm b/code/game/gamemodes/meme/meme.dm index 19c1d77f6e3..4db573a6293 100644 --- a/code/game/gamemodes/meme/meme.dm +++ b/code/game/gamemodes/meme/meme.dm @@ -34,7 +34,7 @@ /datum/game_mode/meme/announce() world << "The current game mode is - Meme!" - world << "An unknown creature has infested the mind of a crew member. Find and destroy it by what means necessary." + world << "An unknown creature has infested the mind of a crew member. Find and destroy it by any means necessary." /datum/game_mode/meme/can_start() if(!..())