diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 59e8323..9de4948 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -42,6 +42,7 @@ Human::Human():Entity() inventory_[IS_556MM] = FIGHTING_MODE_BULLET_NUM; inventory_[IS_762MM] = FIGHTING_MODE_BULLET_NUM; inventory_[IS_12GAUGE] = FIGHTING_MODE_BULLET_NUM; + inventory_[IS_RPG] = FIGHTING_MODE_BULLET_NUM; } }