File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Data/Dummy.rte/Devices/Weapons/Destroyer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function ThreadedUpdate(self)
2121 self .activeSound :Stop ();
2222 self .charge = 0 ;
2323 end
24-
24+
2525 self .inventorySwapTimer :Reset ();
2626 if self .Magazine .RoundCount > 0 then
2727 if self .animTimer :IsPastSimMS (200 * (1 - self .charge )) then
@@ -38,7 +38,7 @@ function ThreadedUpdate(self)
3838 self .damagePar .Team = self .Team ;
3939 self .damagePar .IgnoresTeamHits = true ;
4040 self .damagePar .Lifetime = 100 * (1 + self .charge );
41-
41+
4242 self :RequestSyncedUpdate ();
4343 end
4444 end
@@ -106,7 +106,7 @@ function SyncedUpdate(self)
106106 end
107107
108108 if self .damagePar then
109- MovableMan :AddParticle (self .par );
109+ MovableMan :AddParticle (self .damagePar );
110110 self .damagePar = nil ;
111111 end
112112
You can’t perform that action at this time.
0 commit comments