add new character

This commit is contained in:
2025-11-17 15:47:02 -03:00
parent b83e506a4d
commit 19b4dcc73f
3 changed files with 10 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
/*10*/(key:"mig pilot", ability:Missile, ammo:5, range:60, damage:100, controls:Plane, interrupt_shoot:false),
/*11*/(key:"nanny", ability:None, ammo:5, range:60, projectile:"handbag"),
/*12*/(key:"panic attack", ability:Turbo),
/*13*/(key:"salty sea dog", ability:Boat),
/*13*/(key:"salty sea dog", ability:None),
/*14*/(key:"snow plough operator", ability:None),
/*15*/(key:"soldier ant", ability:None),
/*16*/(key:"super market shopper", ability:Thrown, ammo:10, range:80, damage:17, projectile:"handbag"),

View File

@@ -1718,3 +1718,12 @@
"key" ""
"disable_ai" "true"
}
// entity 58
{
"classname" "enemy_spawn"
"origin" "-184 424 -232"
"angles" "0 0 0"
"head" "salty sea dog"
"key" ""
"disable_ai" "true"
}

Binary file not shown.