davedotluebke / old-skool-text-game

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

Removal of `cons.write()` #180

Open 1Bayshore opened 4 years ago

1Bayshore commented 4 years ago

In the new_console branch, I have officially removed cons.write from the game. This means that all new code wishing to write to the player must call cons.user.perceive() instead. I have updated all used code to this system. (Note that this is not as simple as a replace all, as some messages should have their force attribute set (print even when dark) and others should not.