More fixes to incorrectly changed outputs(mainly files)

This commit is contained in:
Lzimann
2017-03-10 13:33:03 -03:00
parent e07556265c
commit 2d59366ae4
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
var/F = investigate_subject2file(subject)
if(!F)
return
to_chat(F, "<small>[time_stamp()] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>")
F << "<small>[time_stamp()] \ref[src] ([x],[y],[z])</small> || [src] [message]<br>"
//ADMINVERBS
/client/proc/investigate_show( subject in list("hrefs","notes, memos, watchlist","singulo","wires","telesci", "gravity", "records", "cargo", "supermatter", "atmos", "experimentor", "kudzu") )
+1 -1
View File
@@ -28,7 +28,7 @@
if(text)
var/F = file("broken_icons.txt")
fdel(F)
to_chat(F, text)
F << text
to_chat(world, "Completely successfully and written to [F]")
+1 -1
View File
@@ -26,7 +26,7 @@ var/sound/admin_sound
for(var/mob/M in player_list)
if(M.client.prefs.toggles & SOUND_MIDI)
to_chat(M, admin_sound)
M << admin_sound
feedback_add_details("admin_verb","PGS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!