mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-25 22:35:31 +03:00
Fixed RPG readiness activities being marked as required
This commit is contained in:
parent
5369953d60
commit
1cff3a2cd0
@ -1405,9 +1405,16 @@ acttable_t CWeaponRPG::m_acttable[] =
|
||||
{ ACT_GESTURE_RANGE_ATTACK1, ACT_GESTURE_RANGE_ATTACK_RPG, false },
|
||||
#endif
|
||||
|
||||
#ifdef MAPBASE
|
||||
// Readiness activities should not be required
|
||||
{ ACT_IDLE_RELAXED, ACT_IDLE_RPG_RELAXED, false },
|
||||
{ ACT_IDLE_STIMULATED, ACT_IDLE_ANGRY_RPG, false },
|
||||
{ ACT_IDLE_AGITATED, ACT_IDLE_ANGRY_RPG, false },
|
||||
#else
|
||||
{ ACT_IDLE_RELAXED, ACT_IDLE_RPG_RELAXED, true },
|
||||
{ ACT_IDLE_STIMULATED, ACT_IDLE_ANGRY_RPG, true },
|
||||
{ ACT_IDLE_AGITATED, ACT_IDLE_ANGRY_RPG, true },
|
||||
#endif
|
||||
|
||||
{ ACT_IDLE, ACT_IDLE_RPG, true },
|
||||
{ ACT_IDLE_ANGRY, ACT_IDLE_ANGRY_RPG, true },
|
||||
|
Loading…
Reference in New Issue
Block a user