Skip to content

Commit

Permalink
Fix text wrapping in chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Solirs committed Jul 14, 2023
1 parent 043179b commit eb3e6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions freefang/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ def onwakeup(game):
dead = [i.name for i in game.nightdeaths]
event = utils.obj_to_json(packets.Witch_send_dead(dead))
game.sendrole(event, Witch)

@staticmethod
def passturn(game):
return 2

class Vote:
def __init__(self, target, sender):
Expand Down

0 comments on commit eb3e6b3

Please sign in to comment.