1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00

Altre cose

This commit is contained in:
Steffo 2017-07-25 20:52:33 +02:00
parent 26e545dd65
commit 8ca3efe380

View file

@ -21,10 +21,10 @@ class Derek(Role):
# Attiva / disattiva la morte alla fine del round
self.deathwish = not self.deathwish
if self.deathwish:
self.player.message(s.derek_deathwish_unset)
self.player.message(s.derek_deathwish_set)
else:
self.player.message(s.derek_deathwish_set)
self.player.message(s.derek_deathwish_unset)
def onendday(self):
if self.deathwish: