diff --git a/Resources/Prototypes/ADT/Catalog/uplink_catalog.yml b/Resources/Prototypes/ADT/Catalog/uplink_catalog.yml index 892ca9f10c4..5305b462691 100644 --- a/Resources/Prototypes/ADT/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/ADT/Catalog/uplink_catalog.yml @@ -629,11 +629,11 @@ stock: 3 - type: listing - id: UplinkMiniatureEnergyCrossbow + id: ADTUplinkMiniatureEnergyCrossbow name: uplink-miniature-energy-crossbow-name description: uplink-miniature-energy-crossbow-desc icon: { sprite: /Textures/ADT/Objects/Weapons/Guns/Battery/miniature_ebow.rsi, state: icon } - productEntity: WeaponMiniatureEnergyCrossbow + productEntity: ADTWeaponMiniatureEnergyCrossbow cost: Telecrystal: 9 categories: diff --git a/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Battery/battery_gun.yml b/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Battery/battery_gun.yml index 2e0a45e8f1a..049b6553321 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Battery/battery_gun.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Battery/battery_gun.yml @@ -216,7 +216,7 @@ - type: entity name: Miniature Energy Crossbow parent: BaseWeaponBatterySmall - id: WeaponMiniatureEnergyCrossbow + id: ADTWeaponMiniatureEnergyCrossbow description: The syndicate's energy crossbow, small, silent and deadly. components: - type: Sprite @@ -245,8 +245,8 @@ - type: entity name: Energy Crossbow - parent: WeaponMiniatureEnergyCrossbow - id: WeaponEnergyCrossbow + parent: ADTWeaponMiniatureEnergyCrossbow + id: ADTWeaponEnergyCrossbow description: Energy crossbow, big, powerful and stily. components: - type: Sprite diff --git a/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index e85caa397e5..c78b2c8c3ef 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -212,7 +212,7 @@ forceSound: true - type: entity - id: BulletMic + id: ADTBulletMic name: MIC bolt parent: BaseBullet categories: [ HideSpawnMenu ] @@ -246,7 +246,7 @@ - type: entity - id: BulletEnergyCrossbow + id: ADTBulletEnergyCrossbow name: Energy Crossbow bolt parent: BaseBullet categories: [ HideSpawnMenu ]