BLADERUNNER: Fixed Rat interaction at UG15
This commit is contained in:
parent
5e5eb39197
commit
1df1eefc3e
14 changed files with 252 additions and 203 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue