BossHP: more shekels + CashManager: couple changes

This commit is contained in:
dogan
2020-08-16 22:12:53 +02:00
parent 03a5f2ee8e
commit 065941b8e3
2 changed files with 91 additions and 18 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public void OnBossDamaged(CBoss Boss, CConfig Config, int client, float damage)
if (!IsValidClient(client))
return;
SetEntProp(client, Prop_Send, "m_iAccount", GetEntProp(client, Prop_Send, "m_iAccount") + 1);
SetEntProp(client, Prop_Send, "m_iAccount", GetEntProp(client, Prop_Send, "m_iAccount") + 2);
bool bBreakable;
CConfig _Config = view_as<CConfig>(Config);