From 6ac3ac4376d5de9d59caff4e4238f79ceb17d8ee Mon Sep 17 00:00:00 2001 From: Pirmais Date: Tue, 15 Aug 2017 12:20:21 +0300 Subject: [PATCH] Fixes the wiki button --- interface/interface.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/interface.dm b/interface/interface.dm index 64e39587ce2..9ee53095854 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -1,7 +1,7 @@ //Please use mob or src (not usr) in these procs. This way they can be called in the same fashion as procs. -/client/verb/wiki(query as text | null) +/client/verb/wiki(query as text) set name = "wiki" - set desc = "Type what you want to know about. This will open the wiki on your web browser. Type nothing to go to the main page." + set desc = "Type what you want to know about. This will open the wiki in your web browser. Type nothing to go to the main page." set hidden = 1 if(config.wikiurl) if(query)