push deletion of pickups a little further left
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
This commit is contained in:
parent
14d91e0013
commit
44659fe368
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function managePickups()
|
|||
if (!isEmptyObject(stuff[i]))
|
||||
{
|
||||
movePickup(stuff[i]);
|
||||
if (stuff[i].x < -16)
|
||||
if (stuff[i].x < -32)
|
||||
{
|
||||
stuff[i] = {};
|
||||
catbug.HP--;
|
||||
|
|
Loading…
Reference in a new issue