[MIRROR] Ports TG Anomalies (#12105)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-12-11 07:27:13 -05:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent e7feab24f7
commit 7971b00c5d
48 changed files with 1860 additions and 33 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ Gunshots/explosions/opening doors/less rare audio (done)
// Traditional hallucinations
/////////////////////////////////////////////////////////////////////////////////////////////////////
/mob/living/carbon/proc/handle_hallucinations()
if(get_hallucination_component() || !client)
if(get_hallucination_component() || !client || HAS_TRAIT(src, TRAIT_MADNESS_IMMUNE))
return
LoadComponent(/datum/component/hallucinations)