Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit efe0917

Browse files
committed
Correct EffectStartTime from -1 to 0 after fixes (followup to /cortex-command-community/Cortex-Command-Community-Project-Source@99a5146bcffbcc66b6ecff3f85b2eb4181492b20)
1 parent eec1198 commit efe0917

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Base.rte/Devices/Special/Medikit/Medikit.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AddEffect = MOPixel
2828
ScreenEffect = ContentFile
2929
FilePath = Base.rte/Actors/Mecha/Medic/HealEffectGlow.bmp
3030
EffectAlwaysShows = 1
31-
EffectStartTime = -1
31+
EffectStartTime = 0
3232
EffectStopTime = 200
3333
EffectStartStrength = 0.0
3434
EffectStopStrength = 0.5

Base.rte/Effects.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ AddEffect = MOPixel
320320
TrailLength = 2
321321
ScreenEffect = ContentFile
322322
FilePath = Base.rte/Effects/Glows/FireGlowTiny.bmp
323-
EffectStartTime = -1
323+
EffectStartTime = 0
324324

325325

326326
///////////////////////////////////////////////////////////////////////

Base.rte/Effects/Pyro.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ AddEffect = MOPixel
853853
TrailLength = 0
854854
ScreenEffect = ContentFile
855855
FilePath = Base.rte/Effects/Glows/FireGlowTiny.bmp
856-
EffectStartTime = -1
856+
EffectStartTime = 0
857857

858858

859859
AddEffect = MOSParticle
@@ -1064,7 +1064,7 @@ AddEffect = MOSParticle
10641064
ScreenEffect = ContentFile
10651065
FilePath = Base.rte/Effects/Glows/FireGlow1.bmp
10661066
EffectAlwaysShows = 0
1067-
EffectStartTime = -1
1067+
EffectStartTime = 0
10681068
EffectStopTime = 6000
10691069
EffectStartStrength = 0.5
10701070
EffectStopStrength = 0.1
@@ -1125,7 +1125,7 @@ AddEffect = PEmitter
11251125
ScreenEffect = ContentFile
11261126
FilePath = Base.rte/Effects/Glows/FireGlow1.bmp
11271127
EffectAlwaysShows = 0
1128-
EffectStartTime = -1
1128+
EffectStartTime = 0
11291129
EffectStopTime = 8000
11301130
EffectStartStrength = 0.5
11311131
EffectStopStrength = 0.1

Base.rte/Scenes/Objects/Bunkers/BunkerSystems/Teleporters/Teleporters.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AddEffect = MOPixel
2525
ScreenEffect = ContentFile
2626
FilePath = Base.rte/Scenes/Objects/Bunkers/BunkerSystems/Teleporters/TeleporterGlow.bmp
2727
EffectAlwaysShows = 1
28-
EffectStartTime = -1
28+
EffectStartTime = 0
2929
EffectStopTime = 1000
3030
EffectStartStrength = 0.9
3131
EffectStopStrength = 0.0

0 commit comments

Comments
 (0)