Some stuff that was missed. Also, fuck Hexen.
This commit is contained in:
parent
c770276bd7
commit
b4d1c05e28
12 changed files with 125 additions and 63 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue