Add champion weapon, (closes #21)
This commit is contained in:
@ -79,6 +79,11 @@ namespace RageCoop.Client
|
|||||||
BulletsShot++;
|
BulletsShot++;
|
||||||
switch (v.Model.Hash)
|
switch (v.Model.Hash)
|
||||||
{
|
{
|
||||||
|
// CHAMPION
|
||||||
|
case -915234475:
|
||||||
|
return BulletsShot%2==0 ? 60 : 61;
|
||||||
|
|
||||||
|
|
||||||
// MONSTER4
|
// MONSTER4
|
||||||
case 840387324:
|
case 840387324:
|
||||||
return BulletsShot%2==0 ? 63 : 65;
|
return BulletsShot%2==0 ? 63 : 65;
|
||||||
|
Reference in New Issue
Block a user