Skip to content

Commit

Permalink
rp speed is back
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Feb 8, 2024
1 parent 9e99a35 commit 36a5542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 1.5
WALK_DELAY 4
RUN_DELAY 2.5
WALK_DELAY 5

## 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 All @@ -44,8 +44,8 @@ WALK_DELAY 4
##MULTIPLICATIVE_MOVESPEED /mob/living/silicon/robot 0
##MULTIPLICATIVE_MOVESPEED /mob/living/carbon/alien 0
##MULTIPLICATIVE_MOVESPEED /mob/living/simple_animal/slime 0
MULTIPLICATIVE_MOVESPEED /mob/living/simple_animal 0
MULTIPLICATIVE_MOVESPEED /mob/living/basic 0
##MULTIPLICATIVE_MOVESPEED /mob/living/simple_animal 0
##MULTIPLICATIVE_MOVESPEED /mob/living/basic 0


## NAMES ###
Expand Down Expand Up @@ -487,7 +487,7 @@ MICE_ROUNDSTART 10
ROUNDSTART_TRAITS

## Uncomment to disable human moods.
#DISABLE_HUMAN_MOOD
DISABLE_HUMAN_MOOD

## Enable night shifts
#ENABLE_NIGHT_SHIFTS
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 @@ -7,7 +7,7 @@
#include "ai_laws/_ai_laws.dme"
#include "barsigns/_barsigns.dme"
#include "communication/_communication.dme"
//#include "crawl_speed/_crawl_speed.dme" // NO RP SPEED FOR MAIN SERVER
#include "crawl_speed/_crawl_speed.dme"
#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 36a5542

Please sign in to comment.