mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Destroys SS13 culture: Bags of Holding no more (#15735)
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
/datum/bounty/item/science/boh
|
||||
name = "Bag of Holding"
|
||||
description = "%COMPNAME would make good use of a high-capacity backpack. If you have any, please ship them."
|
||||
reward_low = 6000
|
||||
reward_high = 7200
|
||||
wanted_types = list(/obj/item/storage/backpack/holding)
|
||||
|
||||
/datum/bounty/item/science/nightvision_goggles
|
||||
name = "Night Vision Goggles"
|
||||
description = "An electrical storm has busted all the lights at %BOSSSHORT. While management is waiting for replacements, perhaps some night vision goggles can be shipped?"
|
||||
|
||||
@@ -101,7 +101,6 @@
|
||||
/obj/item/storage/photo_album,
|
||||
/obj/item/storage/box/snappops,
|
||||
/obj/item/storage/box/fancy/crayons,
|
||||
/obj/item/storage/backpack/holding,
|
||||
/obj/item/storage/belt/champion,
|
||||
/obj/item/soap/deluxe,
|
||||
/obj/item/pickaxe/silver,
|
||||
|
||||
@@ -30,13 +30,6 @@ datum/design/item/tool/advanced_light_replacer
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2500, MATERIAL_GLASS = 200)
|
||||
build_path = /obj/item/mop/advanced
|
||||
|
||||
/datum/design/item/tool/blutrash
|
||||
name = "Trashbag of Holding"
|
||||
desc = "An advanced trash bag with bluespace properties; capable of holding a plethora of garbage."
|
||||
build_type = PROTOLATHE
|
||||
materials = list(MATERIAL_GOLD = 1500, MATERIAL_URANIUM = 250, MATERIAL_PHORON = 1500)
|
||||
build_path = /obj/item/storage/bag/trash/bluespace
|
||||
|
||||
/datum/design/item/tool/mmi
|
||||
name = "Man-Machine Interface"
|
||||
req_tech = list(TECH_DATA = 2, TECH_BIO = 3)
|
||||
@@ -63,12 +56,6 @@ datum/design/item/tool/advanced_light_replacer
|
||||
materials = list (DEFAULT_WALL_MATERIAL = 20, MATERIAL_GLASS = 10)
|
||||
build_path = /obj/item/device/radio/beacon
|
||||
|
||||
/datum/design/item/tool/bag_holding
|
||||
desc = "Using localized pockets of bluespace, this bag prototype offers incredible storage capacity, while the contents apply no weight to the external user. It's a shame the bag itself is pretty heavy."
|
||||
req_tech = list(TECH_BLUESPACE = 4, TECH_MATERIAL = 6)
|
||||
materials = list(MATERIAL_GOLD = 3000, MATERIAL_DIAMOND = 1500, MATERIAL_URANIUM = 250)
|
||||
build_path = /obj/item/storage/backpack/holding
|
||||
|
||||
/datum/design/item/tool/power_cell_backpack
|
||||
req_tech = list(TECH_MATERIAL = 4, TECH_MAGNET = 2, TECH_POWER = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7500, MATERIAL_GLASS = 2500)
|
||||
|
||||
Reference in New Issue
Block a user