Skip to content

Commit

Permalink
ревью
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratyyy committed Jan 2, 2025
1 parent 500661d commit b32ce58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/ADT/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
forceSound: true

- type: entity
id: BulletMic
id: ADTBulletMic
name: MIC bolt
parent: BaseBullet
categories: [ HideSpawnMenu ]
Expand Down Expand Up @@ -246,7 +246,7 @@


- type: entity
id: BulletEnergyCrossbow
id: ADTBulletEnergyCrossbow
name: Energy Crossbow bolt
parent: BaseBullet
categories: [ HideSpawnMenu ]
Expand Down

0 comments on commit b32ce58

Please sign in to comment.