Skip to content

Commit

Permalink
Further refinements
Browse files Browse the repository at this point in the history
Health criteria consistency for the blank response when they're the target of being asked.

Subject criteria weight inconsistency corrected.
  • Loading branch information
xanaguy committed Nov 22, 2021
1 parent 09cca88 commit 3309f4c
Show file tree
Hide file tree
Showing 3 changed files with 448 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root/scripts/talker/biker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ Response L4D1SurvivorHealthHereBiker
}
Rule L4D1SurvivorHealthHereBiker
{
criteria ConceptAskForHealth IsNotCoughing IsBiker IsTalk IsTalkBiker YesHasFirstAidKit IsHealthyHalf IsWorldTalkBiker
criteria ConceptAskForHealth IsNotCoughing IsBiker IsTalk IsTalkBiker YesHasFirstAidKit IsRocking IsWorldTalkBiker
Response L4D1SurvivorHealthHereBiker
}

Expand Down
2 changes: 1 addition & 1 deletion root/scripts/talker/teengirl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ Response L4D1SurvivorHealthHereTeenGirl
}
Rule L4D1SurvivorHealthHereTeenGirl
{
criteria ConceptAskForHealth IsNotCoughing IsTeenGirl IsTalk IsTalkTeenGirl YesHasFirstAidKit IsHealthyHalf IsWorldTalkTeenGirl
criteria ConceptAskForHealth IsNotCoughing IsTeenGirl IsTalk IsTalkTeenGirl YesHasFirstAidKit IsRocking IsWorldTalkTeenGirl
Response L4D1SurvivorHealthHereTeenGirl
}

Expand Down
Loading

0 comments on commit 3309f4c

Please sign in to comment.