U719: grayswandir and exploding black lights
<email deleted> wrote: > When wielding greyswander and a black light explodes, the > message is still "You are freaked by a blast of kaleidoscopic > light!" giving no indication that you are immune to > hallucination. Maybe something like "You see a blast of color, > but seem unaffected" would be more appropriate? return the changed status back to the caller from make_hallucinated().
This commit is contained in:
@@ -3734,7 +3734,7 @@ boolean disarm;
|
||||
stagger(youmonst.data, "stagger"));
|
||||
}
|
||||
make_stunned(HStun + rn1(7, 16),FALSE);
|
||||
make_hallucinated(HHallucination + rn1(5, 16),FALSE,0L);
|
||||
(void) make_hallucinated(HHallucination + rn1(5, 16),FALSE,0L);
|
||||
break;
|
||||
default: impossible("bad chest trap");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user