mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
709e9d130c
* begone accursed beast
* cleanup and notes
* screen object fix
* varset clear
* don't raw send sounds, spark on door sound, pain hallucination
* lengthen this a bit
* more pain messages, become jittery
* note
* lets clean that up to
* Revert "lets clean that up to"
This reverts commit 2409e41870.
* cleanup and define
* use accessors
* death isn't working so have toxins instead, it's scarier
* don't actually clean these up, because of how xenochi works
* additional protection
* hunger joke
* Use get_component instead of a cache
* empty scope removed
* Updated xenochi code to use hallu component
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
#define HALLUCINATION_THRESHOLD 20
|
|
#define XENOCHIFERAL_THRESHOLD 10
|
|
|
|
#define HUD_HALLUCINATION_NONE 0
|
|
#define HUD_HALLUCINATION_CRIT 1
|
|
#define HUD_HALLUCINATION_TOXIN 2
|
|
#define HUD_HALLUCINATION_OXY 3
|
|
#define HUD_HALLUCINATION_ONFIRE 4
|