mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Super Mega Mob Spawn Refactor * Super Mega Mob Spawn Refactor * Update modular changes * update kilo * i wish unit tests would work on my machine * fix kilo...? Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
///this mob spawn creates the corpse instantly
|
|
#define CORPSE_INSTANT 1
|
|
///this mob spawn creates the corpse during GAME_STATE_PLAYING
|
|
#define CORPSE_ROUNDSTART 2
|