From af04a21f8abb081be21f3950b0169b15905b8737 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:07:45 +0200 Subject: [PATCH] [MIRROR] Halloween tile decals [MDB IGNORE] (#24484) * Halloween tile decals (#79108) ## About The Pull Request Adds orange and black tile decals for the Halloween holiday.
Screenshot ![image](https://github.com/tgstation/tgstation/assets/83487515/36ac0d48-fe89-4f15-b9f7-bc55cb0f0de1) ![image](https://github.com/tgstation/tgstation/assets/83487515/fa409d3e-004e-45e3-97b3-05f9244fbf13)
## Why It's Good For The Game It's Halloween, compliment the visual filter recently added to the holiday. ## Changelog :cl: LT3 image: Added Halloween themed floor/tram tiles /:cl: * Halloween tile decals --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> --- code/modules/holiday/holidays.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holiday/holidays.dm b/code/modules/holiday/holidays.dm index 09e481bbfe6..6432c2866df 100644 --- a/code/modules/holiday/holidays.dm +++ b/code/modules/holiday/holidays.dm @@ -555,6 +555,7 @@ begin_month = OCTOBER end_day = 2 end_month = NOVEMBER + holiday_colors = list(COLOR_MOSTLY_PURE_ORANGE, COLOR_PRISONER_BLACK) /datum/holiday/halloween/greet() return "Have a spooky Halloween!"