Merge pull request #33217 from tgstation/Cyberboss-patch-3

Makes ahelp timestamps consistent with logs
This commit is contained in:
Leo
2017-12-03 20:06:30 -02:00
committed by CitadelStationBot
parent 6217206bae
commit c0547bea4b
+1 -1
View File
@@ -214,7 +214,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
if(heard_by_no_admins && usr && usr.ckey != initiator_ckey)
heard_by_no_admins = FALSE
send2irc(initiator_ckey, "Ticket #[id]: Answered by [key_name(usr)]")
_interactions += "[gameTimestamp()]: [formatted_message]"
_interactions += "[time_stamp()]: [formatted_message]"
//Removes the ahelp verb and returns it after 2 minutes
/datum/admin_help/proc/TimeoutVerb()