Add monster_hwgrunt.

This commit is contained in:
Giegue
2023-02-03 02:37:30 -03:00
parent 0fd2d27b6f
commit 19b7c69b14
6 changed files with 366 additions and 3 deletions

View File

@@ -81,11 +81,12 @@ struct skilldata_t
float zombieHealth;
float zombieDmgOneSlash;
float zombieDmgBothSlash;
float turretHealth;
float miniturretHealth;
float sentryHealth;
//OP4 monsters
float gonomeHealth;
float gonomeDmgGuts;
@@ -116,14 +117,17 @@ struct skilldata_t
float babyVoltigoreHealth;
float babyVoltigoreDmgPunch;
//SC monsters
float babygargHealth;
float babygargDmgSlash;
float babygargDmgFire;
float babygargDmgStomp;
float hwgruntHealth;
// weapons shared by monsters
float monDmg9MM;
float monDmgMP5;