Merge pull request #62 from alex-gh/rod_removal

Commenting out immovable rod due to pathing bugs
This commit is contained in:
ZomgPonies
2013-11-24 18:48:22 -08:00
+1 -1
View File
@@ -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