Some fixes for the cut entities

This commit is contained in:
Xylemon 2024-11-01 21:24:50 -07:00
parent 7dea893064
commit 3dea668df8
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"