File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ Quiver Private Alpha 1.2.0:
2+ Details:
3+ - Fixed a bug where the mini-crit damage effect doesn't show up when your shield breaks.
4+
15Quiver Private Alpha 1.1.0:
26Whitelists:
37 - The Baby Face's Blaster
Original file line number Diff line number Diff line change 1- PatchVersion=2110
2- ClientVersion=2110
3- ServerVersion=2110
1+ PatchVersion=2120
2+ ClientVersion=2120
3+ ServerVersion=2120
44ProductName=quiver
55appID=243750
66ServerAppID=244310
Original file line number Diff line number Diff line change 1- version=Private Alpha 1.1 .0
1+ version=Private Alpha 1.2 .0
Original file line number Diff line number Diff line change @@ -2250,7 +2250,14 @@ class CProxyModelGlowColor : public CResultProxy
22502250 pPlayer->m_Shared .m_bChargeGlowing = false ;
22512251 }
22522252#ifdef BDSBASE
2253+ #ifdef QUIVER_DLL
2254+ else if (pPlayer->m_Shared .InCond (TF_COND_OFFENSEBUFF) ||
2255+ pPlayer->m_Shared .InCond (TF_COND_ENERGY_BUFF) ||
2256+ pPlayer->m_Shared .InCond (QF_COND_ARMORJUSTBROKE) ||
2257+ pPlayer->m_Shared .InCond (TF_COND_MINICRITBOOSTED))
2258+ #else
22532259 else if (pPlayer->m_Shared .InCond (TF_COND_OFFENSEBUFF) || pPlayer->m_Shared .InCond (TF_COND_ENERGY_BUFF) || pPlayer->m_Shared .InCond (TF_COND_MINICRITBOOSTED))
2260+ #endif
22542261#else
22552262 else if (pPlayer->m_Shared .InCond (TF_COND_OFFENSEBUFF) || pPlayer->m_Shared .InCond (TF_COND_ENERGY_BUFF))
22562263#endif
You can’t perform that action at this time.
0 commit comments