diff --git a/code/modules/events/event_container.dm b/code/modules/events/event_container.dm index b13a40496436f..d64a51a30cf2f 100644 --- a/code/modules/events/event_container.dm +++ b/code/modules/events/event_container.dm @@ -185,7 +185,7 @@ var/global/list/severity_to_string = list(EVENT_LEVEL_MUNDANE = "Mundane", EVENT new /datum/event_meta(EVENT_LEVEL_MAJOR, "Nothing", /datum/event/nothing, 1320), new /datum/event_meta(EVENT_LEVEL_MAJOR, "Blob", /datum/event/blob, 0, list(ASSIGNMENT_ENGINEER = 40), 1), // [SIERRA-ADD], - new /datum/event_meta(EVENT_LEVEL_MAJOR, "Blob", /datum/event/hivemind, 0, list(ASSIGNMENT_ENGINEER = 20,ASSIGNMENT_MEDICAL = 20,ASSIGNMENT_SECURITY = 20), 1), + new /datum/event_meta(EVENT_LEVEL_MAJOR, "Hivemind", /datum/event/hivemind, 0, list(ASSIGNMENT_ENGINEER = 20,ASSIGNMENT_MEDICAL = 20,ASSIGNMENT_SECURITY = 20), 1), // [/SIERRA-ADD], new /datum/event_meta/no_overmap(EVENT_LEVEL_MAJOR, "Carp Migration", /datum/event/mob_spawning/carp, 0, list(ASSIGNMENT_SECURITY = 5), 1), new /datum/event_meta/no_overmap(EVENT_LEVEL_MAJOR, "Meteor Wave", /datum/event/meteor_wave, 0, list(ASSIGNMENT_ENGINEER = 10), 1), diff --git a/mods/hivemind/_hivemind.dm b/mods/hivemind/_hivemind.dm index 7cf872faf4d63..abed7ee3e9479 100644 --- a/mods/hivemind/_hivemind.dm +++ b/mods/hivemind/_hivemind.dm @@ -1,4 +1,4 @@ /singleton/modpack/hivemind - name = "Мод-пример" + name = "Надмозг" desc = "Мод, который является примером и ни в коем случае не должен быть использован." author = "Твой никнейм"