Character becomes very fast temporarily. */
| 2916 | |
| 2917 | /* Character becomes very fast temporarily. */ |
| 2918 | void |
| 2919 | speed_up(long duration) |
| 2920 | { |
| 2921 | if (!Very_fast) |
| 2922 | You("are suddenly moving %sfaster.", Fast ? "" : "much "); |
| 2923 | else |
| 2924 | Your("%s get new energy.", makeplural(body_part(LEG))); |
| 2925 | |
| 2926 | exercise(A_DEX, TRUE); |
| 2927 | incr_itimeout(&HFast, duration); |
| 2928 | } |
| 2929 | |
| 2930 | /*potion.c*/ |
no test coverage detected