From e0af452118f730227ac490d83b2e4ec70422fb2b Mon Sep 17 00:00:00 2001 From: nashmuhandes Date: Thu, 4 Jul 2024 18:40:40 +0800 Subject: [PATCH] Remove translucency effect from Doom's BulletPuff --- wadsrc/static/zscript/actors/doom/doommisc.zs | 3 --- 1 file changed, 3 deletions(-) diff --git a/wadsrc/static/zscript/actors/doom/doommisc.zs b/wadsrc/static/zscript/actors/doom/doommisc.zs index a761f94e0..32e70164b 100644 --- a/wadsrc/static/zscript/actors/doom/doommisc.zs +++ b/wadsrc/static/zscript/actors/doom/doommisc.zs @@ -61,9 +61,6 @@ class BulletPuff : Actor +NOGRAVITY +ALLOWPARTICLES +RANDOMIZE - +ZDOOMTRANS - RenderStyle "Translucent"; - Alpha 0.5; VSpeed 1; Mass 5; }