mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-02-05 10:10:30 +03:00
parent
f3fb30fd9d
commit
9a001cabd1
@ -34,7 +34,7 @@
|
||||
|
||||
enum
|
||||
{
|
||||
ITBD_PARALLYZE = 0,
|
||||
ITBD_PARALYZE = 0,
|
||||
ITBD_NERVE_GAS,
|
||||
ITBD_POISON,
|
||||
ITBD_RADIATION,
|
||||
|
@ -4735,7 +4735,7 @@ void CBasePlayer::CheckTimeBasedDamage()
|
||||
{
|
||||
switch (i)
|
||||
{
|
||||
case ITBD_PARALLYZE:
|
||||
case ITBD_PARALYZE:
|
||||
// UNDONE - flag movement as half-speed
|
||||
bDuration = PARALYZE_DURATION;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user