diff --git a/wadsrc/static/zscript/actors/shared/lightprobe.zs b/wadsrc/static/zscript/actors/shared/lightprobe.zs index c356c2244..b51253f73 100644 --- a/wadsrc/static/zscript/actors/shared/lightprobe.zs +++ b/wadsrc/static/zscript/actors/shared/lightprobe.zs @@ -1,14 +1,9 @@ class LightProbe : Actor native { - Default - { - +NOINTERACTION - } - States { Spawn: - LPRO A -1; + LPRO A 0; Stop; } }