3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-07 03:49:04 +02:00

Spinach: slightly less strict validate_lie

This commit is contained in:
Pragmatic Software 2018-08-05 22:52:29 -07:00
parent 82720e3da8
commit b676e810d8

View File

@ -1342,7 +1342,7 @@ sub validate_lie {
}
}
if ($count) {
if ($count == $truth_word_count) {
return 0;
}