diff --git a/wadsrc/static/zscript/actors/shared/corona.zs b/wadsrc/static/zscript/actors/shared/corona.zs index 0516c6c17..c319f5cb0 100644 --- a/wadsrc/static/zscript/actors/shared/corona.zs +++ b/wadsrc/static/zscript/actors/shared/corona.zs @@ -5,6 +5,7 @@ class Corona : Actor native RenderStyle "Add"; RenderRadius 1024.0; +NOINTERACTION + +NOGRAVITY +FORCEXYBILLBOARD } }