It would be nice to add .equip() and .unequip() methods to the pocket computer API. This would add and remove an upgrade from the computer.
When adding an upgrade, it would scan through the player's inventory until a suitable upgrade is found. When removing, it should just place the upgrade back in the player's inventory.
It would be nice to add
.equip()
and.unequip()
methods to the pocket computer API. This would add and remove an upgrade from the computer.When adding an upgrade, it would scan through the player's inventory until a suitable upgrade is found. When removing, it should just place the upgrade back in the player's inventory.