mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
dmdoc: Some cleanups. (#27242)
* dmdoc: Some cleanups. * satisfy check_grep
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
* This includes sanity checking for if the key is required, as well as other sanity checks
|
||||
* DO NOT OVERRIDE
|
||||
* Arguments:
|
||||
* * input - The list of topic data, sent from [world/Topic]
|
||||
* * input - The list of topic data, sent from [/world/proc/Topic]
|
||||
*/
|
||||
/datum/world_topic_handler/proc/invoke(list/input)
|
||||
SHOULD_NOT_OVERRIDE(TRUE)
|
||||
@@ -28,7 +28,7 @@
|
||||
* Override this to do your work in subtypes of this topic
|
||||
*
|
||||
* Arguments:
|
||||
* * input - The list of topic data, sent from [world/Topic]
|
||||
* * input - The list of topic data, sent from [/world/proc/Topic]
|
||||
* * key_valid - Has the user entered the correct auth key
|
||||
*/
|
||||
/datum/world_topic_handler/proc/execute(list/input, key_valid = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user