Skip to content

Commit

Permalink
Removes some baaaad hallucinations (#27984)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Jan 22, 2025
1 parent 902b51f commit 3e3837d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/hallucinations/hallucinations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 3e3837d

Please sign in to comment.