Skip to content

Commit

Permalink
Change the references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tagada14 authored and Petricpwnz committed Oct 28, 2021
1 parent 91cbf48 commit 72c2208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projectiles/CDFLaserHeavy03/CDFLaserHeavy03_script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Cybran laser 'bolt'
--
local CHeavyLaserProjectile = import('/lua/cybranprojectiles.lua').CHeavyLaserProjectile
CDFLaserHeavy01 = Class(CHeavyLaserProjectile) {}
CDFLaserHeavy03 = Class(CHeavyLaserProjectile) {}

TypeClass = CDFLaserHeavy01
TypeClass = CDFLaserHeavy03

2 changes: 1 addition & 1 deletion units/XRA0105/XRA0105_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ UnitBlueprint {
MuzzleSalvoDelay = 0,
MuzzleSalvoSize = 1,
MuzzleVelocity = 55,
ProjectileId = '/projectiles/CDFLaserHeavy01/CDFLaserHeavy01_proj.bp',
ProjectileId = '/projectiles/CDFLaserHeavy03/CDFLaserHeavy03_proj.bp',
ProjectileLifetimeUsesMultiplier = 1.15,
ProjectilesPerOnFire = 1,
RackBones = {
Expand Down

0 comments on commit 72c2208

Please sign in to comment.