| 254 | } |
| 255 | |
| 256 | bool effect(bool=true, int=0, bool is_potion = true) const override |
| 257 | { |
| 258 | const int dur = _scale_pot_duration(random_range(26, 40), is_potion); |
| 259 | return haste_player(dur); |
| 260 | } |
| 261 | |
| 262 | bool quaff(bool was_known) const override |
| 263 | { |
no test coverage detected