mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
9 lines
391 B
Plaintext
9 lines
391 B
Plaintext
// Flags for specifying which states we have vore icon_states for.
|
|
#define SA_ICON_LIVING 0x01
|
|
#define SA_ICON_DEAD 0x02
|
|
#define SA_ICON_REST 0x04
|
|
|
|
// Hivebots are tuned towards how many default lasers are needed to kill them.
|
|
// As such, if laser damage is ever changed, you should change this define.
|
|
#define LASERS_TO_KILL * 15 //chompedit: Reduce health of hivebots by reducing 40 to 15
|