Update harlot message

Instruct harlots to use pass instead of visiting self; both work but the latter is an anachronism from before other roles were able to skip doing things at night. Pretty much every other role has normalized on the pass command, so that's what we should advertise here too.

Also fix up the pass message for bodyguard to put it after the command they use to act. It just seems better that way.
This commit is contained in:
Ryan Schmidt 2016-05-26 21:09:58 -07:00
parent 9ea9a1a317
commit 8fd3e365c2

View File

@ -468,10 +468,10 @@
"seer_role_bug": "??? (this is a bug, please report to admins)", "seer_role_bug": "??? (this is a bug, please report to admins)",
"seer_role_info": "You are {0} \u0002{1}\u0002. It is your job to detect the wolves, you may have a vision once per night. Use \"see <nick>\" to see {2}.", "seer_role_info": "You are {0} \u0002{1}\u0002. It is your job to detect the wolves, you may have a vision once per night. Use \"see <nick>\" to see {2}.",
"seer_simple": "You are {0} \u0002{1}\u0002.", "seer_simple": "You are {0} \u0002{1}\u0002.",
"harlot_info": "You are a \u0002harlot\u0002. You may spend the night with one person per round. If you visit a victim of a wolf, or visit a wolf, you will die. You may stay home by visiting yourself. Use \"visit <nick>\" to visit a player.", "harlot_info": "You are a \u0002harlot\u0002. You may spend the night with one person per round. If you visit a victim of a wolf, or visit a wolf, you will die. Use \"visit <nick>\" to visit a player or \"pass\" to stay home tonight.",
"harlot_simple": "You are a \u0002harlot\u0002.", "harlot_simple": "You are a \u0002harlot\u0002.",
"bodyguard_death_chance": "If you guard a wolf, there is a {0}% chance of you dying. ", "bodyguard_death_chance": "If you guard a wolf, there is a {0}% chance of you dying. ",
"bodyguard_notify": "You are a \u0002bodyguard\u0002. It is your job to protect the villagers. {0}If you guard a victim, you will sacrifice yourself to save them. Use \"pass\" to not guard anyone tonight. Use \"guard <nick>\" to guard a player.", "bodyguard_notify": "You are a \u0002bodyguard\u0002. It is your job to protect the villagers. {0}If you guard a victim, you will sacrifice yourself to save them. Use \"guard <nick>\" to guard a player or \"pass\" to not guard anyone tonight.",
"bodyguard_simple": "You are a \u0002bodyguard\u0002.", "bodyguard_simple": "You are a \u0002bodyguard\u0002.",
"guardian_self_notification": "You may also guard yourself. ", "guardian_self_notification": "You may also guard yourself. ",
"guardian_notify": "You are a \u0002guardian angel\u0002. It is your job to protect the villagers. {0}If you guard a victim, they will live. You may not guard the same person two nights in a row. {1}Use \"guard <nick>\" to guard a player.", "guardian_notify": "You are a \u0002guardian angel\u0002. It is your job to protect the villagers. {0}If you guard a victim, they will live. You may not guard the same person two nights in a row. {1}Use \"guard <nick>\" to guard a player.",