GMan wants to be called on his cell phone
This commit is contained in:
parent
f45073a393
commit
c50c3d3e2a
1 changed files with 19 additions and 0 deletions
19
zpak001.pk3dir/def/monsters/gman.def
Executable file
19
zpak001.pk3dir/def/monsters/gman.def
Executable 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue