Variables | |
std::string | poisoned = "poison.ogg" |
std::string | slowed = "slowed.wav" |
std::string | petrified = "petrified.ogg" |
std::string game_config::sounds::status::petrified = "petrified.ogg" |
Definition at line 173 of file game_config.cpp.
Referenced by game_config::load_config().
std::string game_config::sounds::status::poisoned = "poison.ogg" |
Definition at line 171 of file game_config.cpp.
Referenced by unit_animation::add_anims(), unit_animation::fill_initial_animations(), and game_config::load_config().
std::string game_config::sounds::status::slowed = "slowed.wav" |
Definition at line 172 of file game_config.cpp.
Referenced by attack_info(), movetype::terrain_costs::cost(), movetype::jamming_cost(), game_config::load_config(), movetype::movement_cost(), and movetype::vision_cost().