Merge pull request #9708 from atlantiscze/newmalf-manual-change

RSC paths for ai_help command
This commit is contained in:
PsiOmegaDelta
2015-06-06 15:41:24 +02:00
@@ -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."