Skip to content

Commit

Permalink
Updated talker/biker & talker/namvet
Browse files Browse the repository at this point in the history
Donor rules for specific donors. (Thanks, Haruko!)
  • Loading branch information
xanaguy committed Nov 21, 2021
1 parent 850b7bc commit cb33704
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -301,7 +301,7 @@ Response ItemDonorManagerBiker
}
Rule ItemDonorManagerBiker
{
criteria ConceptPlayerPickup IsBiker IsDonorBiker ChanceToFire30Percent IsPickedUpValidHealingItem
criteria ConceptPlayerPickup IsBiker IsDonorManager ChanceToFire30Percent IsPickedUpValidHealingItem
ApplyContext "TalkBiker:1:3"
applycontexttoworld
Response ItemDonorManagerBiker
Expand Down
2 changes: 1 addition & 1 deletion root/scripts/talker/namvet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Response ItemDonorManagerNamVet
}
Rule ItemDonorManagerNamVet
{
criteria ConceptPlayerPickup IsNamVet IsDonorBiker ChanceToFire30Percent IsPickedUpValidHealingItem
criteria ConceptPlayerPickup IsNamVet IsDonorManager ChanceToFire30Percent IsPickedUpValidHealingItem
ApplyContext "TalkNamVet:1:3"
applycontexttoworld
Response ItemDonorManagerNamVet
Expand Down

0 comments on commit cb33704

Please sign in to comment.