Alert users about invalid render settings.
Fix use to pickup potentially affecting respawnable items. Small code redistribution.
This commit is contained in:
parent
c9dbe5669f
commit
cdb2aa773f
7 changed files with 320 additions and 297 deletions
|
|
@ -59,6 +59,8 @@ Mixin Class SWWMUseToPickup
|
|||
// allow pickup by use
|
||||
override bool Used( Actor user )
|
||||
{
|
||||
// can't pick up
|
||||
if ( !bSPECIAL ) return false;
|
||||
// no use through melee
|
||||
if ( (user.player.ReadyWeapon is 'SWWMWeapon') && SWWMWeapon(user.player.ReadyWeapon).wallponch && !swwm_meleepickup )
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue