Update configuration.dm

This commit is contained in:
Novacat
2020-08-28 13:10:57 -04:00
committed by GitHub
parent 2391911403
commit e528a59857

View File

@@ -177,7 +177,8 @@ var/list/gamemode_cache = list()
var/static/run_speed = 0 var/static/run_speed = 0
var/static/walk_speed = 0 var/static/walk_speed = 0
//Mob specific modifiers. NOTE: These will affect different mob types in different ways var/static/human_delay = 0 //Mob specific modifiers. NOTE: These will affect different mob types in different ways
var/static/human_delay = 0
var/static/robot_delay = 0 var/static/robot_delay = 0
var/static/monkey_delay = 0 var/static/monkey_delay = 0
var/static/alien_delay = 0 var/static/alien_delay = 0