1 | if (global.route == 3) |
2 | message[0] = "* (You stare into the water and# see someone.)" |
3 | else |
4 | { |
5 | message[0] = "* (Your reflection sparkles and# distorts in the pool of water.)" |
6 | message[1] = "* (You notice a high-tech# filtration system keeping it# drinkable.)" |
7 | } |