Adds another mob_size class

This commit is contained in:
Anewbe
2016-10-27 22:41:29 -05:00
parent 5f41b34082
commit db64643e4f
2 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,8 @@
// Defines mob sizes, used by lockers and to determine what is considered a small sized mob, etc.
#define MOB_LARGE 40
#define MOB_HUGE 40
#define MOB_LARGE 30
#define MOB_MEDIUM 20
#define MOB_SMALL 10
#define MOB_TINY 5

View File

@@ -98,7 +98,7 @@
melee_damage_lower = 30
melee_damage_upper = 30
attacktext = "smashed their armoured gauntlet into"
mob_size = MOB_LARGE
mob_size = MOB_HUGE
speed = 3
environment_smash = 2
attack_sound = 'sound/weapons/heavysmash.ogg'