diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 9ace374df1..0f71427477 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -270,7 +270,7 @@ description: It's cooler than a normal gun. components: - type: Sprite - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: DeltaV\Objects\Weapons\Guns\Battery\cold_cannon.rsi layers: - state: base map: ["enum.GunVisualLayers.Base"] @@ -278,11 +278,11 @@ map: ["enum.GunVisualLayers.MagUnshaded"] shader: unshaded - type: Clothing - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: DeltaV\Objects\Weapons\Guns\Battery\cold_cannon.rsi - type: Gun fireRate: 1.5 soundGunshot: path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg - type: HitscanBatteryAmmoProvider proto: ColdLaser - fireCost: 100 + fireCost: 100 \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Research/arsenal.yml b/Resources/Prototypes/DeltaV/Research/arsenal.yml index 5a0dfda888..6956dc6c23 100644 --- a/Resources/Prototypes/DeltaV/Research/arsenal.yml +++ b/Resources/Prototypes/DeltaV/Research/arsenal.yml @@ -57,10 +57,10 @@ id: IonizedCryogenicEmissionEquiplment name: research-technology-ionized-cryogenic-emission-equipment icon: - sprite: DeltaV/Objects/Weapons/Guns/Battery/cold_cannon.rsi + sprite: DeltaV\Objects\Weapons\Guns\Battery\cold_cannon.rsi state: icon discipline: Arsenal tier: 3 cost: 10000 recipeUnlocks: - - WeaponColdCannon + - WeaponColdCannon \ No newline at end of file