1
This commit is contained in:
parent
8f96691fff
commit
ecb2b90959
@ -3017,5 +3017,16 @@ std::shared_ptr<std::set<int>> Creature::CalcReporterList(const mt::Equip* weapo
|
|||||||
const mt::Equip* bullet_meta)
|
const mt::Equip* bullet_meta)
|
||||||
{
|
{
|
||||||
std::shared_ptr<std::set<int>> p;
|
std::shared_ptr<std::set<int>> p;
|
||||||
|
switch (bullet_meta->_inventory_slot()) {
|
||||||
|
case IS_RPG:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
{
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user