Skip to content

Commit

Permalink
Reduced the weight of The Treasury of Proteus from 150 to 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 13, 2023
1 parent d7d0e3d commit d0f81aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ register struct obj *obj;
}

if (obj->oartifact == ART_TREASURY_OF_PROTEUS) {
wt = 150; /* Same as a crystal ball (ie, the Orb of Weight) */
wt = 100; /* Same as a crystal ball (ie, the Orb of Weight) */
}

/* glob absorpsion means that merging globs accumulates weight while
Expand Down

0 comments on commit d0f81aa

Please sign in to comment.