mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Merge pull request #9708 from atlantiscze/newmalf-manual-change
RSC paths for ai_help command
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user