- scriptified the Sigil. This isn't fully tested yet.

This commit is contained in:
Christoph Oelckers 2016-11-28 14:39:25 +01:00
commit 8551a4f6e1
19 changed files with 450 additions and 494 deletions

View file

@ -3209,7 +3209,7 @@ AInventory *P_DropItem (AActor *source, PClassActor *type, int dropamount, int c
AInventory *inv = static_cast<AInventory *>(mo);
ModifyDropAmount(inv, dropamount);
inv->ItemFlags |= IF_TOSSED;
if (inv->SpecialDropAction (source))
if (inv->CallSpecialDropAction (source))
{
// The special action indicates that the item should not spawn
inv->Destroy();