We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac816e1 commit ee393a5Copy full SHA for ee393a5
src/game/shared/tf/tf_player_shared.cpp
@@ -7434,6 +7434,13 @@ void CTFPlayerShared::OnRemoveStunned( void )
7434
#endif
7435
7436
m_pOuter->TeamFortress_SetSpeed();
7437
+
7438
+#ifdef BDSBASE
7439
+ if (m_pOuter->GetActiveWeapon() && !InCond(TF_COND_TAUNTING) && !InCond(TF_COND_HALLOWEEN_KART))
7440
+ {
7441
+ m_pOuter->GetActiveWeapon()->SetWeaponVisible(true);
7442
+ }
7443
+#endif
7444
}
7445
7446
//-----------------------------------------------------------------------------
0 commit comments