Home
last modified time | relevance | path

Searched refs:antiswift (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer.cc3133 const bool antiswift = (you.duration[DUR_SWIFTNESS] > 0 in _display_movement_speed() local
3144 (!water && antiswift) ? "hindered by the wind" : "", in _display_movement_speed()
3148 (!water && antiswift) ? ((move_cost <= 10) ? ", but still " in _display_movement_speed()