diff --git a/wadsrc/static/sprites/LPROA0.png b/wadsrc/static/sprites/LPROA0.png index b325a44fbd..8ba676204f 100644 Binary files a/wadsrc/static/sprites/LPROA0.png and b/wadsrc/static/sprites/LPROA0.png differ diff --git a/wadsrc/static/zscript/actors/shared/lightprobe.zs b/wadsrc/static/zscript/actors/shared/lightprobe.zs index 032e2e7799..5769191c31 100644 --- a/wadsrc/static/zscript/actors/shared/lightprobe.zs +++ b/wadsrc/static/zscript/actors/shared/lightprobe.zs @@ -3,7 +3,7 @@ class LightProbe : Actor native States { Spawn: - LPRO A -1 Bright; + LPRO A -1; Stop; } }