Some rooms have two attack points to suspects; some only one. Some weapons are attacked from one these double-suspect rooms, or even two; one, from only singles. Since a double room provides more opportunities for the owner to gain income, I'd propose moving some of these around slightly, so that every suspect can be attacked from one double-supect room and one single.
- Code: Select all
Blonde Blue Brown Orange Pink White
Garage --X--
Living --X--
Foyer --X--
Office --X--
Bedroom --X--
Media --X--
Game --X-- --X--
Kitchen --X-- --X--
Dining --X-- --X--
Orange is attacked from Office and Bedroom, each with no other suspect attack route; Pink from Game and Kitchen, each with another suspect attack route. Easy solution is to just replace one of the pink hands with an orange one, and vice versa.
Weapons are... a bit tougher, because there's no small number divisible by 7 and 9, the way 18 works for 6 and 9...*
- Code: Select all
Bat Saw Bomb Katana Gun Pickaxe Crossbow
Garage --X-- --X--
Living --X-- --X--
Foyer --X-- --X--
Office --X-- --X--
Media --X-- --X--
Bedroom --X--
Game --X--
Kitchen --X--
Dining --X--
*Why did you create 7 instead of 6 weapons, by the way?