diff --git a/code/modules/cargo/packs/engineering.dm b/code/modules/cargo/packs/engineering.dm index 530597e4b2..28e7b2551d 100644 --- a/code/modules/cargo/packs/engineering.dm +++ b/code/modules/cargo/packs/engineering.dm @@ -121,18 +121,6 @@ crate_name = "power cell crate" crate_type = /obj/structure/closet/crate/engineering/electrical -/datum/supply_pack/engineering/powertools - name = "Power Tools Crate" - desc = "Setting up the aux base? Working out in space? Maybe you just hate doing things by hand. Grab some power tools and slash your workload in half! Contains a hardhat, hazard vest, Hand Drill, and Jaws of Life. Requires Engineering Access to open." - cost = 6500 - access = ACCESS_ENGINE - contains = list(/obj/item/clothing/head/hardhat, - /obj/item/clothing/suit/hazardvest, - /obj/item/screwdriver/power, - /obj/item/crowbar/power) - crate_name = "power tools crate" - crate_type = /obj/structure/closet/crate/secure/engineering - /datum/supply_pack/engineering/siezedpower name = "Siezed Power Cell Crate" desc = "We took the means of power! Contains three high-voltage plus power cells." diff --git a/code/modules/cargo/packs/misc.dm b/code/modules/cargo/packs/misc.dm index b20194c30e..4450d1f415 100644 --- a/code/modules/cargo/packs/misc.dm +++ b/code/modules/cargo/packs/misc.dm @@ -223,8 +223,7 @@ /datum/supply_pack/misc/exoticfootwear name = "Exotic Footwear Crate" desc = "Popularised by lizards and exotic dancers, the footwear included in this shipment is sure to give your feet the breathing room they deserve. Sweet Kicks Inc. is not responsible for any damage, distress, or @r0u$a1 caused by this shipment." - cost = 2200 - contraband = TRUE + cost = 4337 contains = list(/obj/item/clothing/shoes/wraps, /obj/item/clothing/shoes/wraps, /obj/item/clothing/shoes/wraps/silver,