Merge pull request #58 from fishyboteso/change_dead_color

change color of dead-state according to chalutier 1.1.3
This commit is contained in:
Semjon Kerner 2021-04-12 22:34:04 +02:00 committed by GitHub
commit 7f316f6fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: