mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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
|
||||
|
||||
Reference in New Issue
Block a user