Commit fb6b529 1 parent 6b0bf8a commit fb6b529 Copy full SHA for fb6b529
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3362,4 +3362,6 @@ The following changes to date are:
3362
3362
and the object placed inside of it that made the bag blow up
3363
3363
- Fix: Tiamat couldn't fly
3364
3364
- Fix: disarming spear trap chances luck check was inverted
3365
+ - Carrying the Master Key of Thievery in open inventory improves thievery
3366
+ chances
3365
3367
Original file line number Diff line number Diff line change @@ -2541,6 +2541,8 @@ struct attack *mattk;
2541
2541
2542
2542
/* other conditions that could affect success, and these
2543
2543
can stack if multiple conditions are met */
2544
+ if (has_roguish_key (& youmonst ))
2545
+ other -= 6 ; /* MKoT in open inventory, meets is_roguish_key() criteria */
2544
2546
if (mdef -> mfrozen ) /* target is immobile or incapacitated */
2545
2547
other -= 5 ;
2546
2548
if (mdef -> mconf || mdef -> mstun ) /* target can't think straight */
You can’t perform that action at this time.
0 commit comments