From 6c17b0c840698806ffe82532bc024451ba883f34 Mon Sep 17 00:00:00 2001 From: uporotiy Date: Tue, 12 Oct 2010 20:01:00 +0000 Subject: [PATCH] Small mistake fixed. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@269 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/magic/cultist/rune7.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/magic/cultist/rune7.dm b/code/game/magic/cultist/rune7.dm index b73997e8954..cce33b093e3 100644 --- a/code/game/magic/cultist/rune7.dm +++ b/code/game/magic/cultist/rune7.dm @@ -3,4 +3,5 @@ usr.say("Rash'tla sektath mal'zua. Zasan therium vivira. Itonis al'ra matum!") usr << "\red The world beyond opens to your eyes." usr.see_invisible = 15 + return return fizzle() \ No newline at end of file