monster_gman: Change walking speed to 77 units per second

This commit is contained in:
Marco Cawthorne 2023-09-20 10:39:32 -07:00
parent 1d00e324dc
commit 995b00eb3f
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ entityDef monster_gman
"team" "0"
"propdata" "actor_human"
"speed_walk" "64"
"speed_walk" "77"
"speed_run" "364" // day one only
}