mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
* fixes silly stuff about basic mobs * merge conflicts, also apply upstream 72120 Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
#define BASIC_MOB_MAX_STAMINALOSS 200
|
|
|
|
///Basic mob flags
|
|
#define DEL_ON_DEATH (1<<0)
|
|
#define FLIP_ON_DEATH (1<<1)
|
|
#define UNDENSIFY_ON_DEATH (1<<2)
|
|
|