| 1 | if (global.route == 3) |
| 2 | { |
| 3 | message[0] = "* (The stove is still warm.)"; |
| 4 | } |
| 5 | else |
| 6 | { |
| 7 | message[0] = "* (The stove is oddly# high-tech.)"; |
| 8 | message[1] = "* (You feel a slight heat over# its surface.)"; |
| 9 | } |