Skip to content

Commit

Permalink
Reduce rp speed (#71)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

Убирает форс передвижения шагом, если вы на полу (дополнительно ~1.8
делей)

Уменьшает делей бега на 0.3 (~14% быстрее)
Уменьшает делей шага до ТГшной (~25% быстрее)
  • Loading branch information
larentoun authored Apr 14, 2024
1 parent 5a3ef1b commit 0badd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/game_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ COMMENDATION_PERCENT_POLL 0.05
## To speed things up make the number negative, to slow things down, make the number positive.

## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied.
RUN_DELAY 2.5
WALK_DELAY 5
RUN_DELAY 2.2
WALK_DELAY 4

## The variables below affect the movement of specific mob types. THIS AFFECTS ALL SUBTYPES OF THE TYPE YOU CHOOSE!
## Entries completely override all subtypes. Later entries have precedence over earlier entries.
Expand Down
2 changes: 1 addition & 1 deletion modular_bandastation/modular_bandastation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "ai_laws/_ai_laws.dme"
#include "barsigns/_barsigns.dme"
#include "communication/_communication.dme"
#include "crawl_speed/_crawl_speed.dme"
//#include "crawl_speed/_crawl_speed.dme" // Fixing floored melee brawl, or first steps to remove RP speed
#include "cyrillic_fixes/_cyrillic_fixes.dme"
#include "discord/_discord.dme"
//#include "emote_panel/_emote_panel.dme" // Waiting for upstream merge
Expand Down

0 comments on commit 0badd5a

Please sign in to comment.