diff --git a/code/modules/hallucinations/hallucinations.dm b/code/modules/hallucinations/hallucinations.dm
index 9e705cc632072..9849594fbeffd 100644
--- a/code/modules/hallucinations/hallucinations.dm
+++ b/code/modules/hallucinations/hallucinations.dm
@@ -4,7 +4,6 @@ GLOBAL_LIST_INIT(hallucinations, list(
 		/obj/effect/hallucination/fake_danger = 10,
 		/obj/effect/hallucination/fake_health = 15,
 		/obj/effect/hallucination/speech = 15,
-		/obj/effect/hallucination/audio = 25,
 		/obj/effect/hallucination/audio/localized = 25,
 		/obj/effect/hallucination/trait_applier/medical_machinery = 25,
 		/obj/effect/hallucination/examine_hallucination = 25,
@@ -14,24 +13,19 @@ GLOBAL_LIST_INIT(hallucinations, list(
 		/obj/effect/hallucination/fake_grenade/flashbang = 5,
 		/obj/effect/hallucination/self_delusion = 5,
 		/obj/effect/hallucination/bolts/moderate = 10,
-		/obj/effect/hallucination/chasms = 10,
 		/obj/effect/hallucination/fake_alert = 10,
 		/obj/effect/hallucination/fake_grenade = 10,
 		/obj/effect/hallucination/gunfire = 10,
 		/obj/effect/hallucination/plasma_flood = 10,
 		/obj/effect/hallucination/stunprodding = 10,
 		/obj/effect/hallucination/doppelganger = 10,
-		/obj/effect/hallucination/delamination_alarm = 15,
-		/obj/effect/hallucination/fake_item = 15,
 		/obj/effect/hallucination/fake_weapon = 15,
-		/obj/effect/hallucination/husks = 15,
 		/obj/effect/hallucination/ventpeek = 15,
 	),
 	HALLUCINATE_MAJOR = list(
 		/obj/effect/hallucination/abduction = 10,
 		/obj/effect/hallucination/assault = 10,
 		/obj/effect/hallucination/fake_grenade/spawner = 10,
-		/obj/effect/hallucination/terror_infestation = 10,
 		/obj/effect/hallucination/loose_energy_ball = 10,
 		/datum/hallucination_manager/blind_rush = 1,
 		/datum/hallucination_manager/xeno_pounce = 10,