From 3e3837da545d8308accf69401b75dd16701d7e42 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:19:31 +0100 Subject: [PATCH] Removes some baaaad hallucinations (#27984) --- code/modules/hallucinations/hallucinations.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/hallucinations/hallucinations.dm b/code/modules/hallucinations/hallucinations.dm index 9e705cc6320..9849594fbef 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,