Some fixes for the cut entities
This commit is contained in:
parent
7dea893064
commit
3dea668df8
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
entityDef item_airtank
|
||||
{
|
||||
"spawnclass" "NSItem"
|
||||
"model" "models/w_airtank.mdl"
|
||||
"model" "models/w_oxygen.mdl"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 16"
|
||||
"snd_acquire" "item.airtank"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
entityDef item_antidote
|
||||
{
|
||||
"spawnclass" "NSItem"
|
||||
"model" "models/w_longjump.mdl"
|
||||
"model" "models/w_antidote.mdl"
|
||||
"mins" "-16 -16 0"
|
||||
"maxs" "16 16 16"
|
||||
"snd_acquire" "item.antidote"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
entityDef monster_chumtoad
|
||||
{
|
||||
"spawnclass" "NSMonster"
|
||||
"model" "models/chumtaod.mdl"
|
||||
"model" "models/chumtoad.mdl"
|
||||
"netname" "Chumtoad"
|
||||
"health" "10"
|
||||
"mins" "-16 -16 0"
|
||||
|
|
Loading…
Reference in a new issue