From ffa56152d4037cc5eac137e2f4f276db67288022 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 17 Jan 2021 20:36:19 -0700 Subject: [PATCH] Update colormate.dm --- code/game/machinery/colormate.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/colormate.dm b/code/game/machinery/colormate.dm index 7eb2e6bdda..ad90678d1f 100644 --- a/code/game/machinery/colormate.dm +++ b/code/game/machinery/colormate.dm @@ -11,7 +11,7 @@ var/list/color_matrix_last var/matrix_mode = FALSE /// Allow holder'd mobs - var/mobs_allowed = TRUE + var/allow_mobs = TRUE /// Minimum lightness for normal mode var/minimum_normal_lightness = 50 /// Minimum lightness for matrix mode, tested using 4 test colors of full red, green, blue, white.