mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
More fixes (#12702)
* wew * Update preferences.dm * Update logging.dm * Update preferences.dm * Update preferences.dm
This commit is contained in:
@@ -210,6 +210,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
if (.)
|
||||
return
|
||||
|
||||
if(SSlag_switch.measures[DISABLE_CREATOR] && action != "change_slot")
|
||||
to_chat(usr, "The creator has been disabled. Please do not ahelp.")
|
||||
return
|
||||
|
||||
log_creator("[key_name(usr)] ACTED [action] | PREFERENCE: [params["preference"]] | VALUE: [params["value"]]")
|
||||
|
||||
switch (action)
|
||||
if ("change_slot")
|
||||
// Save existing character
|
||||
|
||||
Reference in New Issue
Block a user