mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Adds more QoL logs for admins (#20468)
* More logs * why is this not ignored * you never know if someone has busted DNA * Update code/controllers/subsystem/jobs.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -285,6 +285,7 @@ GLOBAL_LIST_EMPTY(antagonists)
|
||||
to_chat(owner.current, "<span class='motd'>For more information, check the wiki page: ([GLOB.configuration.url.wiki_url]/index.php/[wiki_page_name])</span>")
|
||||
if(is_banned(owner.current) && replace_banned)
|
||||
INVOKE_ASYNC(src, PROC_REF(replace_banned_player))
|
||||
owner.current.create_log(MISC_LOG, "[owner.current] was made into \an [special_role]")
|
||||
return TRUE
|
||||
|
||||
/**
|
||||
|
||||
@@ -47,3 +47,4 @@
|
||||
to_chat(M, "<span class='warning'>Due to freak radiation, you have gained \
|
||||
human level intelligence and the ability to speak and understand \
|
||||
human language!</span>")
|
||||
M.create_log(MISC_LOG, "[M] was made into a sentient animal")
|
||||
|
||||
@@ -64,6 +64,7 @@ GLOBAL_LIST_INIT(unused_trade_stations, list("sol"))
|
||||
to_chat(M, "<span class='notice'>You are currently docked at [get_area(M)].</span>")
|
||||
to_chat(M, "<span class='notice'>You are about to trade with [station_name()].</span>")
|
||||
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(show_objectives), M.mind), 25)
|
||||
M.create_log(MISC_LOG, "[M] was made into a Sol Trader")
|
||||
|
||||
/datum/event/traders/proc/forge_trader_objectives()
|
||||
var/list/objs = list()
|
||||
|
||||
Reference in New Issue
Block a user