blindfold (from r.g.r.n)
Someone suggested that if your vision is only blocked by a blindfold and it's the blindfold that glows, you should be able to see it.
This commit is contained in:
@@ -1682,7 +1682,7 @@ dodip()
|
||||
}
|
||||
potion->in_use = TRUE; /* assume it will be used up */
|
||||
if(potion->otyp == POT_WATER) {
|
||||
boolean useeit = !Blind;
|
||||
boolean useeit = !Blind || (obj == ublindf && Blindfolded_only);
|
||||
if (potion->blessed) {
|
||||
if (obj->cursed) {
|
||||
if (useeit)
|
||||
|
||||
Reference in New Issue
Block a user