This commit is contained in:
aozhiwei 2021-06-18 17:44:37 +08:00
parent efbbcc8a0d
commit 303bab9810

View File

@ -443,5 +443,7 @@ void Bullet::ProcShieldWallBomb(int delay_time)
void Bullet::ProcOilBucketBomb(int delay_time)
{
if (sender.Get()) {
room->CreateLoot(gun_meta->i->id(), GetPos(), 1, 1);
}
}