Deprecate use of ROTATING. Fix rotation of many items.

This commit is contained in:
Mari the Deer 2023-01-11 20:05:53 +01:00
commit 06e2e2c55c
39 changed files with 70 additions and 158 deletions

View file

@ -5,6 +5,7 @@ Class Omnisight : Inventory
Mixin SWWMOverlapPickupSound;
Mixin SWWMUseToPickup;
Mixin SWWMRespawn;
Mixin SWWMRotatingPickup;
override bool TryPickup( in out Actor toucher )
{
@ -74,6 +75,7 @@ Class SafetyTether : Inventory
Mixin SWWMOverlapPickupSound;
Mixin SWWMUseToPickup;
Mixin SWWMRespawn;
Mixin SWWMRotatingPickup;
bool bPrimed, bFailed;
int primetim;