2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-29 23:17:57 +03:00

Fix `TimeBasedDamage enum` typo at cssdk_const.inc (#256)

* Fix typo at cssdk_const.inc
ITDB_PARALYZE enum
This commit is contained in:
RauliTop 2023-03-31 19:48:51 +02:00 committed by GitHub
parent 7be36cc307
commit 60f32302ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -898,10 +898,11 @@ enum WeaponIdType
/**
* For CBaseMonster::m_rgbTimeBasedDamage
* prefix should be ITBD_
*/
enum TimeBasedDamage
{
ITDB_PRALYZE,
ITDB_PARALYZE,
ITDB_NERVEGAS,
ITDB_POISON,
ITDB_RADIATION,