This commit is contained in:
aozhiwei 2023-04-02 14:05:10 +08:00
parent 8f96691fff
commit ecb2b90959

View File

@ -3017,5 +3017,16 @@ std::shared_ptr<std::set<int>> Creature::CalcReporterList(const mt::Equip* weapo
const mt::Equip* bullet_meta)
{
std::shared_ptr<std::set<int>> p;
switch (bullet_meta->_inventory_slot()) {
case IS_RPG:
{
}
break;
default:
{
}
break;
}
return p;
}