Wording fix

This commit is contained in:
skizzerz 2015-06-15 11:04:50 -05:00
parent 7cc2aaeb4d
commit 1a506907c9

View File

@ -5006,7 +5006,7 @@ def charm(cli, nick, chan, rest):
for vict in (victim, victim2): for vict in (victim, victim2):
if vict and vict in var.PLAYERS: if vict and vict in var.PLAYERS:
message = ("You hear the sweet tones of a flute coming from outside your window... You " message = ("You hear the sweet tones of a flute coming from outside your window... You "
"inexorably walk outside and find yourself stranded away from the village. ") "inexorably walk outside and find yourself in the village square. ")
charmedlist = list(var.CHARMED - {vict}) charmedlist = list(var.CHARMED - {vict})
if len(charmedlist) <= 0: if len(charmedlist) <= 0: