- Duke: Don't play 3rd pipebomb explosion if not Plutonium/Atomic.

This commit is contained in:
Mitchell Richters 2020-09-25 08:40:58 +10:00
parent 8480aca6f1
commit 439633e6db

View file

@ -219,7 +219,7 @@ public:
soundanm = 3; soundanm = 3;
S_PlaySound(FLY_BY, CHAN_AUTO, CHANF_UI); S_PlaySound(FLY_BY, CHAN_AUTO, CHANF_UI);
} }
else if (soundanm == 3 && clock >= 395) else if (soundanm == 3 && clock >= 395 && PLUTOPAK)
{ {
soundanm = 4; soundanm = 4;
S_PlaySound(PIPEBOMB_EXPLODE, CHAN_AUTO, CHANF_UI); S_PlaySound(PIPEBOMB_EXPLODE, CHAN_AUTO, CHANF_UI);