Skip to content

Commit

Permalink
Shopkeepers start with more gold.
Browse files Browse the repository at this point in the history
This was suggested by hothraxxa in reference to the change restricting pet theft. With more reliance on shop trading, this should help quite a bit.
  • Loading branch information
elunna committed Oct 26, 2023
1 parent d18335d commit 323af01
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 @@ -955,7 +955,7 @@ int shp_indx;
eshkp->customer[0] = '\0';
/* WAC init services */
init_shk_services(shk);
shkmoney = 1000L + 30L * (long) rnd(100); /* initial capital */
shkmoney = 2250L + 65L * (long) rnd(100); /* initial capital */
/* [CWC] Lets not create the money yet until we see if the
shk is a black marketeer, else we'll have to create
another money object, if GOLDOBJ is defined */
Expand Down

0 comments on commit 323af01

Please sign in to comment.