use dark grey for dead

This commit is contained in:
Semjon Kerner 2021-04-12 18:34:02 +02:00
parent 757a245b3c
commit fc671d6dab

View File

@ -15,7 +15,7 @@ class State(Enum):
LOOT = [ 0, 255, 204]
INVFULL = [ 0, 255, 51]
FIGHT = [120, 255, 204]
DEAD = [ 0, 0, 0]
DEAD = [ 0, 0, 51]
def _notify(event):
for subscriber in subscribers: