mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Makes the color matrix editor log all color edits [MDB IGNORE] (#9384)
* makes the color matrix editor log all color edits (#62717) * Makes the color matrix editor log all color edits Co-authored-by: Y0SH1M4S73R <legoboyo@earthlink.net>
This commit is contained in:
@@ -115,7 +115,7 @@ INITIALIZE_IMMEDIATE(/atom/movable/screen/color_matrix_proxy_view)
|
||||
/datum/color_matrix_editor/proc/on_confirm()
|
||||
var/atom/target_atom = target?.resolve()
|
||||
if(istype(target_atom))
|
||||
target_atom.add_atom_colour(current_color, ADMIN_COLOUR_PRIORITY)
|
||||
target_atom.vv_edit_var("color", current_color)
|
||||
|
||||
/datum/color_matrix_editor/proc/wait()
|
||||
while(!closed)
|
||||
|
||||
Reference in New Issue
Block a user