Files
GS13NG/code/modules/cargo/vg_clothing_packs.dm
TaxMaster 956976dbfd A little thing
Adds everyone's favorite repeating numeric man's overcoat to the meme
crate.
2017-04-02 18:42:51 -05:00

33 lines
2.0 KiB
Plaintext

/datum/supply_pack/misc/vidyacon
name = "Vidya-Con Surplus Crate"
cost = 3250
contains = list(/obj/item/clothing/shoes/megaboots,/obj/item/clothing/gloves/megagloves,/obj/item/clothing/head/helmet/megahelmet, /obj/item/clothing/under/mega,
/obj/item/clothing/shoes/protoboots,/obj/item/clothing/gloves/protogloves,/obj/item/clothing/head/helmet/protohelmet,/obj/item/clothing/under/proto,
/obj/item/clothing/shoes/megaxboots,/obj/item/clothing/gloves/megaxgloves,/obj/item/clothing/head/helmet/megaxhelmet,/obj/item/clothing/under/megax,
/obj/item/clothing/shoes/joeboots,/obj/item/clothing/gloves/joegloves,/obj/item/clothing/head/helmet/joehelmet,/obj/item/clothing/under/joe,
/obj/item/clothing/under/roll,
/obj/item/clothing/head/helmet/biker,/obj/item/clothing/under/bikersuit,/obj/item/clothing/gloves/bikergloves,
/obj/item/clothing/under/jacketsuit,/obj/item/clothing/head/helmet/richard,
/obj/item/clothing/under/vault13)
crate_name = "vidya-con surplus crate"
datum/supply_pack/misc/memes
name = "Nanotrasen Approved Internet Humor Crate"
cost = 5000
contains = list(/obj/item/clothing/suit/doshjacket,
/obj/item/clothing/under/squatter_outfit,/obj/item/clothing/head/squatter_hat,
/obj/item/clothing/under/cia,
/obj/item/clothing/under/russobluecamooutfit,/obj/item/clothing/head/russobluecamohat,
/obj/item/clothing/under/rottensuit,/obj/item/clothing/shoes/rottenshoes,
/obj/item/clothing/suit/raincoat)
crate_name = "nanotrasen internet humor crate"
datum/supply_pack/misc/reenactor
name = "Historical Reanactor Crate"
cost = 17500
contains = list(/obj/item/clothing/under/soldieruniform,/obj/item/clothing/head/stalhelm,/obj/item/clothing/suit/soldiercoat,
/obj/item/clothing/under/officeruniform,/obj/item/clothing/head/naziofficer,/obj/item/clothing/suit/officercoat,
/obj/item/clothing/head/panzer,
/obj/item/clothing/suit/russofurcoat,/obj/item/clothing/head/russofurhat,/obj/item/clothing/under/soviet)
crate_name = "historical reanactor crate"