#include "AppHdr.h"#include "fprop.h"#include "coord.h"#include "env.h"#include "stuff.h"

Functions | |
| bool | is_sanctuary (const coord_def &p) |
| bool | is_bloodcovered (const coord_def &p) |
| bool | is_tide_immune (const coord_def &p) |
| bool | is_moldy (const coord_def &p) |
| bool | glowing_mold (const coord_def &p) |
| void | remove_mold (const coord_def &p) |
| feature_property_type | str_to_fprop (const std::string &str) |
| bool glowing_mold | ( | const coord_def & | p | ) |
| bool is_bloodcovered | ( | const coord_def & | p | ) |

| bool is_moldy | ( | const coord_def & | p | ) |
| bool is_sanctuary | ( | const coord_def & | p | ) |

| bool is_tide_immune | ( | const coord_def & | p | ) |
| void remove_mold | ( | const coord_def & | p | ) |
| feature_property_type str_to_fprop | ( | const std::string & | str | ) |
1.5.6