From: JoeHammad1844 <130668733+JoeHammad1844@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:09:32 +0000 (+1000) Subject: Nukies get free microbomb (#20012) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3401709e84fb1ae4500d480e72f4577db50c53b8;p=space-station-14.git Nukies get free microbomb (#20012) --- diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 0d8c547c8d..e9fc5cdb40 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -140,8 +140,6 @@ uplink-dna-scrambler-implanter-desc = A single use implant that can be activated uplink-emp-implanter-name = EMP Implanter uplink-emp-implanter-desc = Detonates a small EMP pulse on activation that drains nearby electronics of their power, can be used three times before the internal battery runs out. -uplink-micro-bomb-implanter-name = Micro Bomb Implanter -uplink-micro-bomb-implanter-desc = Explode on death or manual activation with this implant. Destroys the body with all equipment. uplink-macro-bomb-implanter-name = Macro Bomb Implanter uplink-macro-bomb-implanter-desc = Inject this and on death you'll create a large explosion. Huge team casualty cost, use at own risk. Replaces internal micro bomb. diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 777f48dbd3..8ed79aa630 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -293,6 +293,7 @@ - id: BoxSurvivalSyndicate - id: WeaponPistolViper - id: PinpointerNuclear + - id: MicroBombImplant - type: entity @@ -303,18 +304,15 @@ components: - type: StorageFill contents: - - id: Hemostat + - id: BoxSurvivalSyndicate - id: SawAdvanced - - id: Drill - id: Cautery - - id: Retractor - - id: ScalpelAdvanced - - id: BoxSurvivalSyndicate - id: CombatKnife - id: WeaponPistolViper - id: PinpointerNuclear - id: HandheldHealthAnalyzer - id: CombatMedipen + - id: MicroBombImplant - type: entity parent: ClothingBackpackDuffelSyndicateMedicalBundle diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 5260f0b94b..1e1007e860 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -518,26 +518,6 @@ categories: - UplinkImplants -- type: listing - id: UplinkMicroBombImplanter - name: uplink-micro-bomb-implanter-name - description: uplink-micro-bomb-implanter-desc - icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: explosive } - productEntity: MicroBombImplanter - cost: - Telecrystal: 2 - categories: - - UplinkImplants - conditions: - - !type:StoreWhitelistCondition - whitelist: - tags: - - NukeOpsUplink - - !type:BuyerWhitelistCondition - blacklist: - components: - - SurplusBundle - - type: listing id: UplinkDnaScramblerImplant name: uplink-dna-scrambler-implanter-name