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