From edbfacb33cda5f87a20491a3db7dfd95183bc65b Mon Sep 17 00:00:00 2001 From: Markolie Date: Thu, 17 Sep 2015 19:03:03 +0200 Subject: [PATCH] Remove mundane carp event --- code/modules/events/event_container.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/events/event_container.dm b/code/modules/events/event_container.dm index be2b3a0c075..2fce9207092 100644 --- a/code/modules/events/event_container.dm +++ b/code/modules/events/event_container.dm @@ -131,7 +131,6 @@ var/list/event_last_fired = list() new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Economic News", /datum/event/economic_event, 300), new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Trivial News", /datum/event/trivial_news, 400), new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Mundane News", /datum/event/mundane_news, 300), - new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Lost Carp", /datum/event/carp_migration, 20, list(ASSIGNMENT_SECURITY = 10), 1), new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Vermin Infestation",/datum/event/infestation, 100, list(ASSIGNMENT_JANITOR = 100)), new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Wallrot", /datum/event/wallrot, 0, list(ASSIGNMENT_ENGINEER = 30, ASSIGNMENT_GARDENER = 50)), // NON-BAY EVENTS