Add champion weapon, (closes #21)

This commit is contained in:
Sardelka
2022-08-15 22:35:43 +08:00
parent 0348296dc1
commit 9c5c1da4c9

View File

@ -79,6 +79,11 @@ namespace RageCoop.Client
BulletsShot++;
switch (v.Model.Hash)
{
// CHAMPION
case -915234475:
return BulletsShot%2==0 ? 60 : 61;
// MONSTER4
case 840387324:
return BulletsShot%2==0 ? 63 : 65;