mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-07-16 18:33:46 +01:00
b894ce42d4
* 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
|