Commit 53ddb0b 1 parent f6b54bd commit 53ddb0b Copy full SHA for 53ddb0b
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3454,4 +3454,5 @@ The following changes to date are:
3454
3454
- Switch from impossible to raw_print for 'Cannot open record file!'
3455
3455
errors
3456
3456
- Switch status from work in progress to beta
3457
+ - Make sure Draugr monk prayer gift isn't a spellbook
3457
3458
Original file line number Diff line number Diff line change @@ -844,7 +844,10 @@ gcrownu()
844
844
} else if (Role_if (PM_MONK ) && (!uwep || !uwep -> oartifact )
845
845
&& !carrying (SPE_RESTORE_ABILITY )) {
846
846
/* monks rarely wield a weapon */
847
- class_gift = SPE_RESTORE_ABILITY ;
847
+ if (!Race_if (PM_DRAUGR ))
848
+ class_gift = SPE_RESTORE_ABILITY ;
849
+ else
850
+ class_gift = GAUNTLETS_OF_PROTECTION ;
848
851
}
849
852
850
853
obj = ok_wep (uwep ) ? uwep : 0 ;
You can’t perform that action at this time.
0 commit comments