mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds another mob_size class
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user