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
+8
View File
@@ -1720,6 +1720,14 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
)
containername = "hygiene station crate"
/datum/supply_packs/misc/snow_machine
name = "Snow Machine Crate"
cost = 20
contains = list(
/obj/machinery/snow_machine
)
special = TRUE
//////////////////////////////////////////////////////////////////////////////
//////////////////////////// Vending /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////