davedotluebke / old-skool-text-game

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

Make sure orcs don't attack each other #184

Closed 1Bayshore closed 3 years ago

1Bayshore commented 4 years ago

Currently, if the small orc and the medium orcs wander into the same room, they will attack each other. We should add a little code to prevent this from happening.

davedotluebke commented 3 years ago

Fixed, in a nice general way that will extend to other creatures (added callbacks to control who is attacked)