davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Correcting perceive calls for darkness #176

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

As we switch all remaining cons.write calls to cons.user.perceive in preparation for deleting the cons.write function, there are now several cases where messages that should make it through darkness will instead be stopped. We need to scan the game for messages of this type.