Fix Deep Impact primary having no noticeable knockback effect.
This commit is contained in:
parent
82bedf61ae
commit
ff0bb018da
12 changed files with 18 additions and 14 deletions
|
|
@ -215,6 +215,7 @@ Class AkariProject : SWWMCollectible
|
|||
Tag "$T_AKARIPROJECT";
|
||||
Inventory.PickupMessage "$T_AKARIPROJECT";
|
||||
Stamina 2000;
|
||||
Radius 6;
|
||||
}
|
||||
}
|
||||
Class LoveSignalsCD : SWWMCollectible
|
||||
|
|
@ -295,6 +296,7 @@ Class KirinCummies : SWWMCollectible
|
|||
Inventory.PickupMessage "$T_PEACH";
|
||||
SWWMCollectible.Availability AVAIL_Hexen;
|
||||
Stamina 300;
|
||||
Radius 4;
|
||||
}
|
||||
}
|
||||
Class MilkBreads : SWWMCollectible
|
||||
|
|
@ -315,6 +317,7 @@ Class KirinManga : SWWMCollectible
|
|||
Inventory.PickupMessage "$T_KIRINMANGA";
|
||||
SWWMCollectible.Availability AVAIL_Hexen;
|
||||
Stamina 1600;
|
||||
Radius 4;
|
||||
}
|
||||
}
|
||||
Class KirinPlush : SWWMCollectible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue