How to tell whether the fax machine is available?

How can I tell whether the fax machine is available, given my current path? Does Mafia store this at all?

Is there an easier way than:
if(my_path() == "Standard" || my_path() == "Actually Ed the Undying" || my_path() [...]) -> not available
else -> available

?
 
Top