Configuration Controller (#7857)

This commit is contained in:
Selis
2024-04-05 07:44:20 +02:00
committed by GitHub
parent c542e3bac0
commit e1a987c25c
235 changed files with 3294 additions and 989 deletions
+2 -2
View File
@@ -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))