mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
no relative pathing (#16234)
* the voices win in the end * cleanup * changelog * secure.dm hates me * make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
@@ -28,7 +28,7 @@ var/global/enabled_spooking = 0
|
||||
var/msg = rendered
|
||||
to_chat(C, msg)
|
||||
|
||||
proc/admin_notice(var/message, var/rights)
|
||||
/proc/admin_notice(var/message, var/rights)
|
||||
for(var/mob/M in mob_list)
|
||||
if(check_rights(rights, 0, M))
|
||||
to_chat(M, message)
|
||||
|
||||
Reference in New Issue
Block a user