diff --git a/Resources/Locale/en-US/implant/implant.ftl b/Resources/Locale/en-US/implant/implant.ftl index c3002a73ae..073757f53c 100644 --- a/Resources/Locale/en-US/implant/implant.ftl +++ b/Resources/Locale/en-US/implant/implant.ftl @@ -2,7 +2,7 @@ implanter-component-implanting-target = {$user} is trying to implant you with something! implanter-component-implant-failed = The {$implant} cannot be given to {$target}! -implanter-draw-failed-permanent = The {$implant} in {$target} is fused with them and cannot be removed! +implanter-draw-failed-permanent = The {$implant} in {$target} is fused with { OBJECT($target) } and cannot be removed! implanter-draw-failed = You tried to remove an implant but found nothing. implanter-component-implant-already = {$target} already has the {$implant}! diff --git a/Resources/Prototypes/Entities/Objects/Misc/implanters.yml b/Resources/Prototypes/Entities/Objects/Misc/implanters.yml index 0bab711da4..002faa79d2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/implanters.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/implanters.yml @@ -72,6 +72,8 @@ # go wild with sentient chairs with macrobombs whitelist: null blacklist: null + implantTime: 5 + drawTime: 5 - type: entity id: BaseImplantOnlyImplanter @@ -95,6 +97,7 @@ - type: entity id: BaseImplantOnlyImplanterSyndi parent: [BaseImplantOnlyImplanter, BaseSyndicateContraband] + name: syndicate implanter description: A compact disposable syringe exclusively designed for the injection of subdermal implants. abstract: true components: @@ -126,7 +129,7 @@ - type: entity id: SadTromboneImplanter - name: sad trombone implanter + suffix: sad trombone parent: BaseImplantOnlyImplanter components: - type: Implanter @@ -134,7 +137,7 @@ - type: entity id: LightImplanter - name: light implanter + suffix: light parent: BaseImplantOnlyImplanter components: - type: Implanter @@ -142,7 +145,7 @@ - type: entity id: BikeHornImplanter - name: bike horn implanter + suffix: bike horn parent: BaseImplantOnlyImplanter components: - type: Implanter @@ -152,8 +155,8 @@ - type: entity id: TrackingImplanter - name: tracking implanter - parent: [ BaseImplantOnlyImplanter, BaseRestrictedContraband] + suffix: tracking + parent: BaseImplantOnlyImplanter components: - type: Implanter implant: TrackingImplant @@ -162,7 +165,7 @@ - type: entity id: StorageImplanter - name: storage implanter + suffix: storage parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -170,7 +173,7 @@ - type: entity id: FreedomImplanter - name: freedom implanter + suffix: freedom parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -178,7 +181,7 @@ - type: entity id: UplinkImplanter - name: uplink implanter + suffix: uplink parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -187,7 +190,7 @@ - type: entity id: EmpImplanter - name: EMP implanter + suffix: EMP parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -195,7 +198,7 @@ - type: entity id: ScramImplanter - name: scram implanter + suffix: scram parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -203,7 +206,7 @@ - type: entity id: DnaScramblerImplanter - name: DNA scrambler implanter + suffix: DNA scrambler parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -213,7 +216,7 @@ - type: entity id: MicroBombImplanter - name: micro-bomb implanter + suffix: micro-bomb parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -221,7 +224,7 @@ - type: entity id: MacroBombImplanter - name: macro-bomb implanter + suffix: macro-bomb parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -229,7 +232,7 @@ - type: entity id: DeathRattleImplanter - name: death rattle implanter + suffix: death rattle parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -237,7 +240,7 @@ - type: entity id: DeathAcidifierImplanter - name: death acidifier implanter + suffix: death acidifier parent: BaseImplantOnlyImplanterSyndi components: - type: Implanter @@ -247,8 +250,8 @@ - type: entity id: MindShieldImplanter - name: mindshield implanter - parent: [ BaseImplantOnlyImplanter, BaseSecurityCommandContraband] + suffix: mindshield + parent: BaseImplantOnlyImplanter components: - type: Implanter implant: MindShieldImplant