mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix some tramstation decals not using station colors (#79283)
## About The Pull Request Fixes a tile decal that's missing the station colors proc ## Changelog 🆑 LT3 fix: Tramstation floor tiles will correctly get custom station colors when they exist /🆑
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
|
||||
/turf/open/floor/noslip/tram/Initialize(mapload)
|
||||
. = ..()
|
||||
var/current_holiday_color = request_holiday_colors(src, PATTERN_VERTICAL_STRIPE)
|
||||
var/current_holiday_color = request_station_colors(src, PATTERN_VERTICAL_STRIPE) || request_holiday_colors(src, PATTERN_VERTICAL_STRIPE)
|
||||
if(current_holiday_color)
|
||||
color = current_holiday_color
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user