mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: new grateful status that can override sad/bored/lonely if units with a strong bond are nearby
This commit is contained in:
@ -290,6 +290,11 @@ class View(object):
|
||||
self.set('status', self._voice.on_miss(who))
|
||||
self.update()
|
||||
|
||||
def on_grateful(self):
|
||||
self.set('face', faces.GRATEFUL)
|
||||
self.set('status', self._voice.on_grateful())
|
||||
self.update()
|
||||
|
||||
def on_lonely(self):
|
||||
self.set('face', faces.LONELY)
|
||||
self.set('status', self._voice.on_lonely())
|
||||
|
Reference in New Issue
Block a user