Moves shuttle related logs into a new log file (#48441)

* Logs shuttle computer usage

* Adds a separate shuttle log

* Adds missing logs to INDIVIDUAL_SHOW_ALL_LOG

* no message
This commit is contained in:
81Denton
2019-12-30 15:56:05 -05:00
committed by Jordan Brown
parent 98e3e11aa0
commit 0564d6609f
13 changed files with 33 additions and 12 deletions
+1
View File
@@ -64,6 +64,7 @@
switch(SSshuttle.moveShuttle(shuttleId, href_list["move"], 1))
if(0)
say("Shuttle departing. Please stand away from the doors.")
log_shuttle("[key_name(usr)] has sent shuttle \"[M]\" towards \"[href_list["move"]]\", using [src].")
if(1)
to_chat(usr, "<span class='warning'>Invalid shuttle requested.</span>")
else