Browse Source

slight change to the docs of !shoot

master
jcao219 13 years ago
parent
commit
0341a528ae
  1. 2
      wolfgame.py

2
wolfgame.py

@ -1290,7 +1290,7 @@ def retract(cli, nick, chan, rest):
@cmd("shoot") @cmd("shoot")
def shoot(cli, nick, chan, rest): def shoot(cli, nick, chan, rest):
"""Use this to fire off a bullet at someone if you have bullets""" """Use this to fire off a bullet at someone in the day if you have bullets"""
if var.PHASE in ("none", "join"): if var.PHASE in ("none", "join"):
cli.notice(nick, "No game is currently running.") cli.notice(nick, "No game is currently running.")
return return

Loading…
Cancel
Save