diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 3504ce2210..661f951469 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -38,7 +38,6 @@ new item(C) // If you add something to this list, please group it by type and sort it alphabetically instead of just jamming it in like an animal -//A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z <-- For quick and easy references ////////////////////////////////////////////////////////////////////////////// //////////////////////////// Emergency /////////////////////////////////////// @@ -1554,7 +1553,7 @@ /datum/supply_pack/organic/cutlery name = "Kitchen Cutlery Deluxe Set" desc = "Need to slice and dice away those ''Tomatos'' well we got what you need! Form a nice set of knifes, forks, plates, glasses, and a whetstone for when you got some grizzle that is a bit harder to slice then normal." - cost = 25000 + cost = 10000 contraband = TRUE contains = list(/obj/item/sharpener, /obj/item/kitchen/fork, @@ -1576,7 +1575,6 @@ /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass) crate_name = "kitchen cutlery deluxe set" - dangerous = TRUE //We want Admins to know of this /datum/supply_pack/organic/food name = "Food Crate" @@ -2223,7 +2221,7 @@ name = "Captain Pen" desc = "A spare Captaun fountain pen." access = ACCESS_CAPTAIN - cost = 25000 + cost = 10000 contains = list(/obj/item/pen/fountain/captain) crate_name = "captain pen" crate_type = /obj/structure/closet/crate/secure/weapon //It is a combat pen @@ -2232,7 +2230,7 @@ name = "Captain Headset Key" desc = "A spare Captain headset key, just in case The Captain ''lost'' it again." access = ACCESS_CAPTAIN - cost = 20000 + cost = 10000 contains = list(/obj/item/encryptionkey/heads/captain) crate_name = "captain headset key" crate_type = /obj/structure/closet/crate/secure/weapon @@ -2241,7 +2239,7 @@ name = "Chief Engineer Headset Key" desc = "A spare CE headset key. For when the CE throws there key into the SM again." access = ACCESS_CE - cost = 10000 + cost = 7500 contains = list(/obj/item/encryptionkey/heads/ce) crate_name = "chief engineer headset key" crate_type = /obj/structure/closet/crate/secure/weapon @@ -2250,7 +2248,7 @@ name = "Chief Medical Officer Headset Key" desc = "A spare CMO headset key, For when the CMO's headset gets stollen well they do Genetics." access = ACCESS_CMO - cost = 10000 + cost = 7500 contains = list(/obj/item/encryptionkey/heads/cmo) crate_name = "chief medical officer headset key" crate_type = /obj/structure/closet/crate/secure/weapon @@ -2348,7 +2346,7 @@ name = "Head Of Security Headset Key" desc = "A spare HOS headset key, For when the HOS's headset is being used by a Changling." access = ACCESS_HOS - cost = 10000 + cost = 7500 contains = list(/obj/item/encryptionkey/heads/hos) crate_name = "head of security headset key" crate_type = /obj/structure/closet/crate/secure/weapon @@ -2357,7 +2355,7 @@ name = "Head Of Personnel Headset Key" desc = "A spare HOP headset key, For when the HOP's headset is being used by a Traitor." access = ACCESS_HOP - cost = 10000 + cost = 7500 contains = list(/obj/item/encryptionkey/heads/hop) crate_name = "head of personnel headset key" crate_type = /obj/structure/closet/crate/secure/weapon @@ -2366,7 +2364,7 @@ name = "Med Sci Headset Keys" desc = "Three Headset Keys for ''Genetics''. To be yelled at for not cloning somone just to be yelled at for cloning them! Also get yelled at for being in sci, well having access." access = ACCESS_GENETICS - cost = 7500 + cost = 5000 contains = list( /obj/item/encryptionkey/headset_medsci, /obj/item/encryptionkey/headset_medsci, @@ -2374,17 +2372,6 @@ crate_name = "med sci headset keys" crate_type = /obj/structure/closet/crate/secure -/*Todo Add in a QM headset -/datum/supply_pack/misc/qm_headser - name = "QM, Headset Key" - desc = "A spare QM headset key, To yell at Miners and Command for things to sell." - access = ACCESS_QM - cost = 10000 - contains = list() - crate_name = "QM Headset Key" - crate_type = /obj/structure/closet/crate/secure/weapon -*/ - /datum/supply_pack/misc/religious_supplies name = "Religious Supplies Crate" desc = "Keep your local chaplain happy and well-supplied, lest they call down judgement upon your cargo bay. Contains two bottles of holywater, bibles, chaplain robes, and burial garmets." @@ -2398,7 +2385,7 @@ ) crate_name = "religious supplies crate" -datum/supply_pack/misc/lewd +/datum/supply_pack/misc/lewd name = "Lewd Crate" // OwO desc = "Psss want to have a good time with your sluts? Well I got what you want maid clothing, dildos, collars and more!" cost = 5000 @@ -2419,7 +2406,7 @@ datum/supply_pack/misc/lewd crate_name = "lewd kit" crate_type = /obj/structure/closet/crate -datum/supply_pack/misc/lewdkeg +/datum/supply_pack/misc/lewdkeg name = "Lewd Deluxe Keg" desc = "That other stuff not getting you ready? Well I have a Chemslut making tons of the good stuff." cost = 7000 //It can be a weapon