From f0026b5c3bbe938a3a4e583d5e7a19abf996f223 Mon Sep 17 00:00:00 2001 From: Atlantis Date: Sat, 6 Jun 2015 14:55:33 +0200 Subject: [PATCH] RSC paths for ai_help command --- .../game/gamemodes/malfunction/newmalf_ability_trees/HELPERS.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/malfunction/newmalf_ability_trees/HELPERS.dm b/code/game/gamemodes/malfunction/newmalf_ability_trees/HELPERS.dm index 1be9d0330f5..f757ed5e9e3 100644 --- a/code/game/gamemodes/malfunction/newmalf_ability_trees/HELPERS.dm +++ b/code/game/gamemodes/malfunction/newmalf_ability_trees/HELPERS.dm @@ -65,7 +65,7 @@ set desc = "Opens help window with overview of available hardware, software and other important information." var/mob/living/silicon/ai/user = usr - var/help = file2text("ingame_manuals/malf_ai.html") + var/help = file2text('ingame_manuals/malf_ai.html') if(!help) help = "Error loading help (file /ingame_manuals/malf_ai.html is probably missing). Please report this to server administration staff."