Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fixed grenade type using wrong ids
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlOfDuty committed Feb 6, 2022
1 parent aef4e0e commit 2019d1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Smod2/API/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ public enum ExperienceType

public enum GrenadeType
{
FRAG_GRENADE = 0,
FLASHBANG = 1,
SCP018 = 2
GRENADE_HE = ItemType.GRENADE_HE,
GRENADE_FLASH = ItemType.GRENADE_FLASH,
SCP018 = ItemType.SCP018,
SCP2176 = ItemType.SCP2176
}

public enum StatusEffect
Expand Down

0 comments on commit 2019d1e

Please sign in to comment.