[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:
SkyratBot
2021-11-11 11:16:08 -05:00
committed by GitHub
co-authored by Y0SH1M4S73R
parent 714bf164c0
commit c9b2d1ab35
@@ -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)