rndcolor()
> "A cloud of sangria gas billows from the chest. > You stagger and your vision blurs." > When I see the gas billowing from the chest, I'm not yet > hallucinating. Shouldn't the gas have a normal colour, then? > Only after my vision blurs should the gas assume a fake colour, I > think. >
This commit is contained in:
@@ -3586,7 +3586,7 @@ boolean disarm;
|
||||
case 0:
|
||||
pline("A cloud of %s gas billows from %s.",
|
||||
Blind ? blindgas[rn2(SIZE(blindgas))] :
|
||||
hcolor((char *)0), the(xname(obj)));
|
||||
rndcolor(), the(xname(obj)));
|
||||
if(!Stunned) {
|
||||
if (Hallucination)
|
||||
pline("What a groovy feeling!");
|
||||
|
||||
Reference in New Issue
Block a user