mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
+7777
-3272
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user