new: face expression while looking around will change dependig if the unit is with friends or alone

This commit is contained in:
Simone Margaritelli
2019-10-24 13:42:43 +02:00
parent ce0c248cf4
commit 97cccf5a1d
5 changed files with 15 additions and 2 deletions

View File

@ -33,6 +33,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer):
self._current_channel = 0
self._supported_channels = utils.iface_channels(config['main']['iface'])
self._view = view
self._view.set_agent(self)
self._access_points = []
self._last_pwnd = None
self._history = {}