mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Configuration Controller (#7857)
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
if("run")
|
||||
if(drowsyness > 0)
|
||||
. += 6
|
||||
. += config.run_speed
|
||||
. += CONFIG_GET(number/run_speed) // CHOMPEdit
|
||||
if("walk")
|
||||
. += config.walk_speed
|
||||
. += CONFIG_GET(number/walk_speed) // CHOMPEdit
|
||||
|
||||
/client/proc/client_dir(input, direction=-1)
|
||||
return turn(input, direction*dir2angle(dir))
|
||||
|
||||
Reference in New Issue
Block a user