Merge pull request #10452 from Citinited/jingle-my-bells-ho-ho-ho

Adds the snow machine
This commit is contained in:
variableundefined
2018-12-18 16:33:01 +08:00
committed by GitHub
11 changed files with 297 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@
new /obj/item/a_gift(T)
for(var/mob/living/simple_animal/pet/corgi/Ian/Ian in GLOB.mob_list)
Ian.place_on_head(new /obj/item/clothing/head/helmet/space/santahat(Ian))
var/datum/supply_packs/xmas = SSshuttle.supply_packs["[/datum/supply_packs/misc/snow_machine]"] //Snow!
xmas.special_enabled = TRUE
/datum/holiday/xmas/handle_event()
spawnTree()