Commit 9831dcd 1 parent e1e5d3f commit 9831dcd Copy full SHA for 9831dcd
File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3427,4 +3427,5 @@ The following changes to date are:
3427
3427
- Draugr and critical hits from Sunsword/The Hammer of the Gods
3428
3428
- Draugr really are undead
3429
3429
- Clean up role-specific bits for Draugr
3430
+ - Draugr cannot gain intrinsic telepathy
3430
3431
Original file line number Diff line number Diff line change @@ -1056,6 +1056,8 @@ register struct permonst *ptr;
1056
1056
break ;
1057
1057
case TELEPAT :
1058
1058
debugpline0 ("Trying to give telepathy" );
1059
+ if (Race_if (PM_DRAUGR ))
1060
+ break ;
1059
1061
if (!(HTelepat & (FROMOUTSIDE | FROMRACE | FROMEXPER ))) {
1060
1062
You_feel (Hallucination ? "in touch with the cosmos."
1061
1063
: "a strange mental acuity." );
Original file line number Diff line number Diff line change @@ -1353,7 +1353,7 @@ aligntyp g_align;
1353
1353
1354
1354
godvoice (u .ualign .type ,
1355
1355
"Thou hast pleased me with thy progress," );
1356
- if (!(HTelepat & INTRINSIC )) {
1356
+ if (!(HTelepat & INTRINSIC ) && ! Race_if ( PM_DRAUGR ) ) {
1357
1357
HTelepat |= FROMOUTSIDE ;
1358
1358
pline (msg , "Telepathy" );
1359
1359
if (Blind )
You can’t perform that action at this time.
0 commit comments