mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Destroys SS13 culture: Bags of Holding no more (#15735)
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
*/
|
||||
|
||||
/obj/item/storage/backpack/holding
|
||||
name = "bag of holding"
|
||||
desc = "A backpack that opens into a localized pocket of Blue Space."
|
||||
name = "portable bluespace pocket"
|
||||
desc = "A backpack that opens into a localized pocket of bluespace. Extremely dangerous, and officially these devices do not exist. Officially."
|
||||
origin_tech = list(TECH_BLUESPACE = 4)
|
||||
icon_state = "holdingpack"
|
||||
item_state = "holdingpack"
|
||||
|
||||
@@ -427,7 +427,6 @@
|
||||
name = "random backpack"
|
||||
problist = list(
|
||||
/obj/item/storage/backpack = 3,
|
||||
/obj/item/storage/backpack/holding = 0.5,
|
||||
/obj/item/storage/backpack/cultpack = 2,
|
||||
/obj/item/storage/backpack/medic = 3,
|
||||
/obj/item/storage/backpack/security = 3,
|
||||
|
||||
Reference in New Issue
Block a user