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