One day left! Tonight I implemented the equipment system. Weapons can be equipped from the inventory to the hands. Some weapons require both hands while others require only one. This is important as the “Claw” organ takes up a hand; you can’t use a two-handed weapon if one of your hands is a claw (and you can’t use a one-handed weapon if both of your hands are claws). Getting the logic and error handling for equipping, unequipping and reloading weapons was trickier than I expected. Es...