push deletion of pickups a little further left

Signed-off-by: Derek Stevens <nilix@nilfm.cc>
This commit is contained in:
Iris Lightshard 2019-03-31 14:45:36 -07:00
parent 14d91e0013
commit 44659fe368

View file

@ -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--;