From e6f6b5b821b034373bd2cfe57490ab8562219219 Mon Sep 17 00:00:00 2001 From: "heisen51@gmail.com" Date: Thu, 29 Dec 2011 09:21:07 +0000 Subject: [PATCH] Changed the pokeball summoning message a teensy bit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2856 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/wizard/soulstone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/wizard/soulstone.dm b/code/game/gamemodes/wizard/soulstone.dm index d98de4f4986..b7581898850 100644 --- a/code/game/gamemodes/wizard/soulstone.dm +++ b/code/game/gamemodes/wizard/soulstone.dm @@ -191,6 +191,7 @@ A.nodamage = 0 A.canmove = 1 A << "[U.name] has chosen you!" + U << "[A.name]! I choose you!" A.loc = U.loc A.cancel_camera() src.icon_state = "pokeball"