Remove translucency effect from Doom's BulletPuff

This commit is contained in:
nashmuhandes 2024-07-04 18:40:40 +08:00
commit e0af452118

View file

@ -61,9 +61,6 @@ class BulletPuff : Actor
+NOGRAVITY
+ALLOWPARTICLES
+RANDOMIZE
+ZDOOMTRANS
RenderStyle "Translucent";
Alpha 0.5;
VSpeed 1;
Mass 5;
}