diff --git a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml index eb8c90fc95..ac49066660 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Robotics/borg_modules.yml @@ -517,7 +517,7 @@ id: BorgModuleOperative parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ] name: operative cyborg module - description: A module that comes with a crowbar, a Cobra pistol, an Emag and a syndicate pinpointer. + description: A module that comes with a crowbar, an Emag and a syndicate pinpointer. components: - type: Sprite layers: @@ -526,7 +526,6 @@ - type: ItemBorgModule items: - Crowbar - - WeaponPistolCobra - Emag - PinpointerSyndicateNuclear @@ -534,7 +533,7 @@ id: BorgModuleEsword parent: [ BaseBorgModuleSyndicate, BaseProviderBorgModule ] name: energy sword cyborg module - description: A module that comes with an energy sword. + description: A module that comes with a double energy sword. components: - type: Sprite layers: @@ -542,7 +541,7 @@ - state: icon-tools - type: ItemBorgModule items: - - EnergySword + - EnergySwordDouble - PinpointerSyndicateNuclear - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml index 6bf4eb3db2..49b2eeaada 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/LMGs/lmgs.yml @@ -84,7 +84,7 @@ name: L6C ROW id: WeaponLightMachineGunL6C parent: BaseItem - description: A L6 SAW modified for cyborg use. Feeds .30 rifle ammo from an internal 100 round magazine. + description: A L6 SAW for use by cyborgs. Creates .30 rifle ammo on the fly from an internal ammo fabricator, which slowly self-charges. components: - type: Gun minAngle: 4 @@ -111,7 +111,13 @@ - type: ContainerContainer containers: ballistic-ammo: !type:Container - - type: BallisticAmmoProvider + - type: ProjectileBatteryAmmoProvider proto: CartridgeLightRifle - capacity: 100 + fireCost: 100 + - type: Battery + maxCharge: 10000 + startingCharge: 10000 + - type: BatterySelfRecharger + autoRecharge: true + autoRechargeRate: 25 - type: AmmoCounter