Some stuff that was missed. Also, fuck Hexen.

This commit is contained in:
Mari the Deer 2022-10-28 17:36:03 +02:00
commit b4d1c05e28
12 changed files with 125 additions and 63 deletions

View file

@ -271,7 +271,7 @@ extend Class SWWMHandler
CopyFloatBob(e.Thing);
if ( Inventory(e.Thing).PickupFlash is 'SWWMPickupFlash' )
{
let p = Actor.Spawn(Inventory(e.Thing).PickupFlash,e.Thing.Vec3Offset(0,0,16));
let p = Actor.Spawn(Inventory(e.Thing).PickupFlash,e.Thing.pos);
p.target = e.Thing;
p.SetStateLabel("Pickup");
}