GMan wants to be called on his cell phone

This commit is contained in:
Maxwell 2023-09-22 18:42:16 -04:00
parent f45073a393
commit c50c3d3e2a
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
entityDef monster_gman
{
"spawnclass" "NSTalkMonster"
"model" "models/gman.mdl"
"netname" "G-Man"
"health" "0" // he can't die, he's the G-Man!
"mins" "-16 -16 0"
"maxs" "16 16 72"
"eye_height" "64"
"team" "0"
"propdata" "actor_human"
"speed_walk" "77"
"speed_run" "364" // day one only
when "body" equals "1" {
"body1" "1"
}
}