Limit magnetization to 8 items at a time.
This commit is contained in:
parent
c90671fe29
commit
2525caeb4a
2 changed files with 3 additions and 3 deletions
|
|
@ -878,7 +878,7 @@ Class Demolitionist : PlayerPawn
|
|||
magitem_cnt = 0;
|
||||
return;
|
||||
}
|
||||
if ( !swwm_usetopickup )
|
||||
if ( (magitem_cnt < 8) && !swwm_usetopickup )
|
||||
{
|
||||
let bt = BlockThingsIterator.Create(self,500);
|
||||
while ( bt.Next() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue