diff --git a/code/modules/events/event_dynamic.dm b/code/modules/events/event_dynamic.dm index 5a149617006..1e3f3ca130f 100644 --- a/code/modules/events/event_dynamic.dm +++ b/code/modules/events/event_dynamic.dm @@ -50,7 +50,7 @@ var/global/list/possibleEvents = list() possibleEvents[/datum/event/mass_hallucination] = 200 possibleEvents[/datum/event/falsealarm] = 300 - possibleEvents[/datum/event/immovable_rod] = 200 +// possibleEvents[/datum/event/immovable_rod] = 200 possibleEvents[/datum/event/vent_clog] = 300 possibleEvents[/datum/event/anomaly/anomaly_bluespace] = 100 possibleEvents[/datum/event/anomaly/anomaly_flux] = 200