diff options
Diffstat (limited to 'engines/avalanche/visa2.cpp')
| -rw-r--r-- | engines/avalanche/visa2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/visa2.cpp b/engines/avalanche/visa2.cpp index 72e49344bc..082b07a7b6 100644 --- a/engines/avalanche/visa2.cpp +++ b/engines/avalanche/visa2.cpp @@ -277,7 +277,7 @@ void Visa::talkto(byte whom) { if (!went_ok) dixi('n', whom); // File not found! - if ((_vm->_gyro->subjnumber == 0) && ((whom + 149) == _vm->_gyro->pcrapulus)) { // Crapulus: get the badge - first time only + if ((_vm->_gyro->subjnumber == 0) && ((whom + 227) == _vm->_gyro->pcrapulus)) { // Crapulus: get the badge - first time only _vm->_gyro->dna.obj[_vm->_gyro->badge] = true; _vm->_lucerna->objectlist(); dixi('q', 1); // Circular from Cardiff. |
