THIS (DOESN'T) VIOLATE THE NAP
Clothing 2: If it doesn't pass i'm seriously going to stop trying boogaloo
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/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)
|
||||
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)
|
||||
crate_name = "historical reanactor crate"
|
||||
Reference in New Issue
Block a user