--- src/object1.c.orig 2004-02-24 16:42:12.000000000 -0500 +++ src/object1.c 2004-03-07 19:57:52.000000000 -0500 @@ -3619,6 +3619,10 @@ text_out(". "); } + if (f2 & (TR2_SENS_FIRE)) + { + text_out("It renders you especially vulnerable to fire. "); + } if (f3 & (TR3_WRAITH)) { text_out("It renders you incorporeal. ");