everything but mob stuff

This commit is contained in:
Poojawa
2018-04-23 01:06:17 -05:00
parent cc6b320f83
commit 5518efebea
111 changed files with 978 additions and 3448 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
/datum/export/large/supermatter
cost = 9000
unit_name = "supermatter shard"
export_types = list(/obj/machinery/power/supermatter_shard)
export_types = list(/obj/machinery/power/supermatter_crystal/shard)
// Misc
/datum/export/large/iv
+2 -2
View File
@@ -756,12 +756,12 @@
crate_name = "solar panel crate"
crate_type = /obj/structure/closet/crate/engineering/electrical
/datum/supply_pack/engineering/engine/supermatter_shard
/datum/supply_pack/engineering/engine/supermatter_crystal
name = "Supermatter Shard Crate"
desc = "The power of the heavens condensed into a single crystal. Requires CE access to open."
cost = 10000
access = ACCESS_CE
contains = list(/obj/machinery/power/supermatter_shard)
contains = list(/obj/machinery/power/supermatter_crystal/shard)
crate_name = "supermatter shard crate"
crate_type = /obj/structure/closet/crate/secure/engineering
dangerous = TRUE
-34
View File
@@ -1,34 +0,0 @@
/* // Can't be bothered to maintain this, mostly just memes anyway.
/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" */