Files
VOREStation/code/__defines/hallucination.dm
T
Will 709e9d130c Hallucination Refactor (#17661)
* 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>
2025-05-15 00:17:39 -07:00

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