christmas cheer (#15045)

* christmas cheer

* modified christmas cheer to be less in the way

* fixed the bonfire, it was fugged

* added destructable snow

* fixed presents

* i fORGOT TO MAPMERGE WHY

* sprinkled frilly edges

Co-authored-by: danni-boy <32673848+danni-boy@users.noreply.github.com>
This commit is contained in:
danni boi
2020-12-09 17:42:00 +00:00
committed by GitHub
co-authored by danni-boy
parent fc5bb118b3
commit 84ca0d1947
3 changed files with 7789 additions and 3272 deletions
File diff suppressed because it is too large Load Diff
+11
View File
@@ -0,0 +1,11 @@
/obj/structure/snow
gender = PLURAL
name = "snow"
desc = "A crunchy layer of freshly fallen snow."
anchored = TRUE
density = FALSE
layer = TURF_LAYER
plane = FLOOR_PLANE
icon = 'icons/turf/snow.dmi'
icon_state = "snow"
max_integrity = 15
+1
View File
@@ -1107,6 +1107,7 @@
#include "code\game\objects\structures\reflector.dm"
#include "code\game\objects\structures\safe.dm"
#include "code\game\objects\structures\signs.dm"
#include "code\game\objects\structures\snow.dm"
#include "code\game\objects\structures\spawner.dm"
#include "code\game\objects\structures\spirit_board.dm"
#include "code\game\objects\structures\statues.dm"