Skip to content

Commit

Permalink
Reduce the price of tinker further.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 27, 2023
1 parent 5bec305 commit bab959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shk.c
Original file line number Diff line number Diff line change
Expand Up @@ -4586,7 +4586,7 @@ const char *slang;
struct monst *shkp;
{
register struct obj *obj;
int charge = 1000; /* Gnomes are greedy */
int charge = 500; /* Gnomes are greedy */
int res = 0;

if (!(obj = getobj(identify_types, "have tinkered")))
Expand Down

0 comments on commit bab959d

Please sign in to comment.