[MIRROR] Makes washing machines support GAGS recoloration (#5950)

* Makes washing machines support GAGS recoloration (#59292)

* Makes washing machines support GAGS recoloration

Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
This commit is contained in:
SkyratBot
2021-05-25 21:33:19 +01:00
committed by GitHub
co-authored by Emmett Gaines
parent cdac5faccf
commit 243275c171
11 changed files with 68 additions and 56 deletions
+1 -3
View File
@@ -231,6 +231,4 @@ This is highly likely to cause a lag spike for a few seconds."},
unlocked = TRUE
/datum/greyscale_modify_menu/proc/DefaultApply()
target.set_greyscale_config(config.type, update=FALSE)
target.greyscale_colors = "" // We do this to force an update, in some cases it will think nothing changed when it should be refreshing
target.set_greyscale_colors(split_colors)
target.set_greyscale(split_colors, config.type)