Skip to content

Commit

Permalink
ивенты чиним
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Feb 25, 2025
1 parent 649e5bd commit f4cfbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/events/event_container.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion mods/hivemind/_hivemind.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/singleton/modpack/hivemind
name = "Мод-пример"
name = "Надмозг"
desc = "Мод, который является примером и ни в коем случае не должен быть использован."
author = "Твой никнейм"

0 comments on commit f4cfbe8

Please sign in to comment.