Open Atlinx opened 7 months ago
Shops should display their items and any worm should be able to go over and attempt to purchase an item. Item pickups should take a can_pickup callable that determines if the item can continue getting picked up.
can_pickup
any worm? are we planning for multiple worms?
Yeah. I have a PR in the works for this one
Shops should display their items and any worm should be able to go over and attempt to purchase an item. Item pickups should take a
can_pickup
callable that determines if the item can continue getting picked up.