Mhelp/ahelp fixes. (#25122)

Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
Charlie Nolan
2024-04-13 20:06:47 +01:00
committed by GitHub
co-authored by FunnyMan3595 AffectedArc07
parent 1c86f0ac68
commit 0e93014f9d
3 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,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()
var/datum/pm_tracker/pm_tracker
/////////
//OTHER//
+3
View File
@@ -262,6 +262,9 @@
stat_panel = new(src, "statbrowser")
stat_panel.subscribe(src, PROC_REF(on_stat_panel_message))
// Create a PM tracker bound to this ckey.
pm_tracker = new(ckey)
tgui_panel = new(src, "browseroutput")
tgui_say = new(src, "tgui_say")
TopicData = null //Prevent calls to client.Topic from connect