makes the color matrix editor log all color edits (#62717)

This commit is contained in:
Y0SH1M4S73R
2021-11-10 22:12:42 -05:00
committed by GitHub
parent 9339f0e55f
commit 46e877a2ee
@@ -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)