From 286fba8f6433a3db6612049ca9fc00159aba76fb Mon Sep 17 00:00:00 2001 From: "johnsonmt88@gmail.com" Date: Wed, 18 Jul 2012 22:34:15 +0000 Subject: [PATCH] Wish granter no longer sends a message to every mob in world upon activation. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4107 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/asteroid/artifacts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/asteroid/artifacts.dm b/code/game/asteroid/artifacts.dm index e9817ac925f..b245a4fc7a6 100644 --- a/code/game/asteroid/artifacts.dm +++ b/code/game/asteroid/artifacts.dm @@ -105,7 +105,7 @@ var/global/list/spawned_surprises = list() user << "Objective #[obj_count]: [OBJ.explanation_text]" obj_count++ - world << "You have a very bad feeling about this." + user << "You have a very bad feeling about this." return