diff --git a/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl b/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl index d27464361c8..4f9b354a857 100644 --- a/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_DV/store/uplink-catalog.ftl @@ -29,3 +29,5 @@ uplink-explosive-foam-grenade-desc = An explosive grenade disguised as a regular uplink-appraisal-tool-gun-name = Appraisal Tool Gun uplink-appraisal-tool-gun-desc = A modified Viper to appear as an appraisal tool, at the cost of slightly slower firerate + +uplink-storage-implanter-delta-desc = Hide goodies inside of yourself with new bluespace technology! Budget cuts have resulted in it NOT STORING High Value or storage items. diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index d80e36bde1f..1fb69076f3d 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -45,7 +45,7 @@ - type: entity id: ActionOpenStorageImplant name: Toggle Storage Implant - description: Opens or closes the storage implant embedded under your skin + description: Opens or closes the storage implant embedded under your skin, note that it cannot store high value or storage based items # DeltaV components: - type: InstantAction itemIconStyle: BigAction diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index d30cb4786e1..a069bb39b12 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1264,14 +1264,14 @@ - type: listing id: UplinkStorageImplanter name: uplink-storage-implanter-name - description: uplink-storage-implanter-desc + description: uplink-storage-implanter-delta-desc # DeltaV icon: { sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi, state: icon } productEntity: StorageImplanter discountCategory: rareDiscounts discountDownTo: - Telecrystal: 5 # DeltaV + Telecrystal: 2 # DeltaV cost: - Telecrystal: 10 # DeltaV - Was 8 + Telecrystal: 4 # DeltaV categories: - UplinkImplants conditions: diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index df637dbd73d..9ae08dfa74a 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -120,6 +120,12 @@ - type: Storage grid: - 0,0,2,2 + blacklist: # DeltaV + components: + - Storage + - SecretStash + tags: + - HighRiskItem - type: ContainerContainer containers: storagebase: !type:Container