Skip to content

Commit

Permalink
feat(item): slightly tweak chances
Browse files Browse the repository at this point in the history
  • Loading branch information
pridit committed Aug 23, 2023
1 parent 9fef2fb commit 3fced52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion item/types/evidence/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
GVAR(item_evidence_type) = ["Evidence", "EvMap", "Fort_Crate_wood"];

// Chance the item spawns on a parent object
GVAR(item_evidence_chance) = 8;
GVAR(item_evidence_chance) = 7;

// Score to reward when delivered
GVAR(item_evidence_score) = 10;
Expand Down
2 changes: 1 addition & 1 deletion item/types/money/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
GVAR(item_money_type) = ["Money", "EvMoney", "FoldTable"];

// Chance the item spawns on a parent object
GVAR(item_money_chance) = 15;
GVAR(item_money_chance) = 10;

[GVAR(item_types), GVAR(item_money_type)] call BIS_fnc_arrayPush;

Expand Down

0 comments on commit 3fced52

Please sign in to comment.