From 4e5cde13fdb47ab7ca989ed9a8a010c7587cd1b0 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Sun, 17 Jul 2022 06:50:14 +0200 Subject: [PATCH] You can now recolor graffiti to dark colors. (#68380) --- code/game/objects/effects/decals/crayon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/effects/decals/crayon.dm b/code/game/objects/effects/decals/crayon.dm index acb7e3daff5..8f9f8700b67 100644 --- a/code/game/objects/effects/decals/crayon.dm +++ b/code/game/objects/effects/decals/crayon.dm @@ -8,6 +8,7 @@ GLOBAL_LIST(gang_tags) gender = NEUTER plane = GAME_PLANE //makes the graffiti visible over a wall. mergeable_decal = FALSE + flags_1 = ALLOW_DARK_PAINTS_1 var/do_icon_rotate = TRUE var/rotation = 0 var/paint_colour = "#FFFFFF"