|
|
@@ -429,7 +429,7 @@ LoupGarou.prototype.onCupidon = function() {
|
|
|
|
|
|
LoupGarou.prototype.onSeerInternal = function(player, msg) {
|
|
|
var req = msg.trim().toLowerCase();
|
|
|
- if (this.players[req]) {
|
|
|
+ if (this.players[req] && this.players[req] !== player) {
|
|
|
this.bot.sendMsg(player.name, this.currentScenario.whoiswhat[this.players[req].role](this.players[req].name));
|
|
|
player.jobDone = true;
|
|
|
} else {
|