Add messages window

This commit is contained in:
tayyyyyyy
2019-05-06 12:13:58 -07:00
parent 37b0cf21e2
commit 5b5e0a86a1
2 changed files with 73 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
var/last_message = "" //contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message_count = 0 //contains a number of how many times a message identical to last_message was sent.
var/last_message_time = 0 //holds the last time (based on world.time) a message was sent
var/datum/pm_tracker/pm_tracker = new()
/////////
//OTHER//