From f4cfbe8cd4c507235e917952bac9e543d1e69fa4 Mon Sep 17 00:00:00 2001 From: LordNest Date: Tue, 25 Feb 2025 17:30:37 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B2=D0=B5=D0=BD=D1=82=D1=8B=20=D1=87?= =?UTF-8?q?=D0=B8=D0=BD=D0=B8=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/modules/events/event_container.dm | 2 +- mods/hivemind/_hivemind.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = "Твой никнейм"