Skip to content

Commit

Permalink
Гурлянды
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Dec 21, 2023
1 parent 32b462c commit 2cee7fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modular_ss220/events/code/christmas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
desc = "Превосходная новогодняя ёлка. Кажется под ней нескончаемый запас подарков!"
unlimited = TRUE

// Рождество
/datum/holiday/xmas/celebrate()
for(var/obj/machinery/light/lights in GLOB.machines)
lights.brightness_color = "#FFE6D9"
Expand Down Expand Up @@ -141,3 +142,10 @@
spawn(60 SECONDS)
var/datum/supply_packs/misc/snow_machine/xmas = SSeconomy.supply_packs["[/datum/supply_packs/misc/snow_machine]"]
xmas.special = FALSE

// Новый год
/datum/holiday/celebrate()
for(var/obj/structure/window/full/reinforced/rwindows in world)
rwindows.edge_overlay_file = 'modular_ss220/events/icons/xmaslights.dmi'
for(var/obj/structure/window/full/plasmareinforced/rplasma in world)
rplasma.edge_overlay_file = 'modular_ss220/events/icons/xmaslights.dmi'
Binary file added modular_ss220/events/icons/xmaslights.dmi
Binary file not shown.

0 comments on commit 2cee7fb

Please sign in to comment.