mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
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:
commit
7f316f6fa6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user