We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b501665 commit 0ff3255Copy full SHA for 0ff3255
Z_BDoom/bd_events.zc
@@ -22,9 +22,9 @@ class WeaponOverrideHandler : EventHandler {
22
case 'BD_Chainsaw' : TextureName = "graphics/popups/e_chainsaw.png"; break;
23
case 'BD_Pistol' :
24
if (mo.CountInv('BD_Pistol') > 1)
25
- TextureName = "graphics/popups/e_pistol.png";
26
- else
27
TextureName = "graphics/popups/e_2pist.png";
+ else
+ TextureName = "graphics/popups/e_pistol.png";
28
break;
29
case 'BD_Shotgun' : TextureName = "graphics/popups/e_shot.png"; break;
30
case 'BD_SuperShotgun' : TextureName = "graphics/popups/e_SSG.png"; break;
0 commit comments