Skip to content

Commit

Permalink
Increase odds of property service in armor shops.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 14, 2023
1 parent 3dcfd74 commit 0ecb7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shknam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ struct monst *shk;
maybe_add_svc(shk, SHK_ARM_ENC);
if (!rn2(5) && P_MAX_SKILL(P_FIREARM) > 0)
maybe_add_svc(shk, SHK_FIREARMS);
if (!rn2(7))
if (!rn2(5))
maybe_add_svc(shk, SHK_PROP);
}

Expand Down

0 comments on commit 0ecb7ce

Please sign in to comment.