Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Solved blood groups issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Mar 21, 2019
1 parent 529b6bd commit 80484da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private _type = round random(3);
"LIST",
localize "STR_KAT_aceCirculation_client_bt",
CBA_SETTINGS_CAT,
[["A", "B", "AB", "0"], ["A", "B", "AB", "0"], _type],
[["A", "B", "AB", "O"], ["A", "B", "AB", "O"], _type],
2,
{
player setVariable ["kat_aceCirculation_bloodtype", _this, true];
Expand Down

0 comments on commit 80484da

Please sign in to comment.