diff options
Diffstat (limited to 'src/object/mask.c')
| -rw-r--r-- | src/object/mask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/mask.c b/src/object/mask.c index 1b960d7a..b79eeec6 100644 --- a/src/object/mask.c +++ b/src/object/mask.c @@ -101,7 +101,7 @@ void sub_08092B0C(Entity* this) { CreateFx(this, FX_POT_SHATTER, 0); - sub_0805457C(this, 3); + CreateRandomItemDrop(this, 3); } else { sub_080044EC(this, this->field_0x78.HWORD); |
