Preparations for tgs 4 (does not actually change anything for current tgs version)

This commit is contained in:
izac112
2020-07-04 23:37:42 +02:00
parent cd1f6a2e4d
commit 4b55c8b507
4 changed files with 26 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
//File DEFUNCT
/datum/server_tools_command
var/name = "" //the string to trigger this command on a chat bot. e.g. TGS3_BOT: do_this_command
var/help_text = "" //help text for this command
+2
View File
@@ -1,3 +1,5 @@
//File DEFUNCT
SERVER_TOOLS_DEFINE_AND_SET_GLOBAL(reboot_mode, REBOOT_MODE_NORMAL)
SERVER_TOOLS_DEFINE_AND_SET_GLOBAL(server_tools_api_compatible, FALSE)
+2
View File
@@ -1,3 +1,5 @@
//File DEFUNCT
/datum/server_tools_command/status
name = "status" //the string to trigger this command on a chat bot. e.g. TGS3_BOT: do_this_command
help_text = "Will broadcast the current player count and other round information" //help text for this command