]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make dark nade explosion better effect and replace old sound
authorLegendaryGuard <rootuser999@gmail.com>
Sat, 12 Jun 2021 20:21:52 +0000 (22:21 +0200)
committerLegendaryGuard <rootuser999@gmail.com>
Sat, 12 Jun 2021 20:21:52 +0000 (22:21 +0200)
qcsrc/common/mutators/mutator/nades/nades.qc
sound/misc/blind.ogg

index 2b27e2abd03640243f35270481fe27a95ea728ae..e35a5c6181e3004e02810575d560814fbd087a64 100644 (file)
@@ -1271,7 +1271,7 @@ void nade_boom(entity this)
 
                case NADE_TYPE_DARK: //LegendGuard adds nade case 08-02-2021
                        nade_blast = false;
-                       expef = EFFECT_SPAWN_PURPLE;//expef = EFFECT_EXPLOSION_MEDIUM;
+                       expef = EFFECT_EXPLOSION_MEDIUM;
                        break;
 
                default:
index e40ab12576b07cdad78fa400e3e951984db3a50c..54ddd7c118636f6821f16eee4c34e63d4382d03e 100644 (file)
Binary files a/sound/misc/blind.ogg and b/sound/misc/blind.ogg differ