BLADERUNNER: Fixed Rat interaction at UG15

This commit is contained in:
Peter Kohaut 2019-02-02 12:35:26 +01:00
parent 5e5eb39197
commit 1df1eefc3e
14 changed files with 252 additions and 203 deletions

View file

@ -654,7 +654,7 @@ void KIAScript::SCRIPT_KIA_DLL_Play_Clue_Asset_Script(int notUsed, int clueId) {
case kClueDNALutherLance:
case kClueDNAMarcus:
{
int dnaEvidences = Global_Variable_Query(kVariableDNAEvidences);
int dnaEvidences = Global_Variable_Query(kVariableDNAEvidence);
if (dnaEvidences == 1) {
KIA_Play_Slice_Model(988);
} else if (dnaEvidences == 2) {