From edf4be86dc8e3088104dcc2598688af167a7b642 Mon Sep 17 00:00:00 2001 From: savethetreez Date: Tue, 28 May 2024 21:35:05 +0200 Subject: [PATCH 1/2] Restores some overwritten stuff --- code/game/mob/living/carbon/human/death.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/mob/living/carbon/human/death.dm b/code/game/mob/living/carbon/human/death.dm index c1d2603120..beae97fc61 100644 --- a/code/game/mob/living/carbon/human/death.dm +++ b/code/game/mob/living/carbon/human/death.dm @@ -117,8 +117,6 @@ to_chat(world, "The Russian Army Lieutenant has been killed!") else map.scores["Militia"] += 1 - else - map.scores["Militia"] += 1 else map.scores["Russian Army"] += 1 @@ -182,7 +180,7 @@ to_chat(world, "The Mujahideen Warchief has been killed!") if ("Mujahideen Group Leader") MP.sov_points += 5 - to_chat(world, "The Mujahideen Group Leader has been killed!") + to_chat(world, "A Mujahideen Group Leader has been killed!") if (MAP_KANDAHAR) var/obj/map_metadata/kandahar/MP = map From 44deb3163aec9bdcbd4f876e6088e43f8d534a23 Mon Sep 17 00:00:00 2001 From: savethetreez Date: Tue, 28 May 2024 21:37:10 +0200 Subject: [PATCH 2/2] Restore the .dme --- civ13.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/civ13.dme b/civ13.dme index c5e7c3bfbb..a50ced38e9 100644 --- a/civ13.dme +++ b/civ13.dme @@ -538,6 +538,7 @@ #include "code\game\objects\map_metadata\nomads_mediterranean.dm" #include "code\game\objects\map_metadata\nomads_mountain.dm" #include "code\game\objects\map_metadata\nomads_new_world.dm" +#include "code\game\objects\map_metadata\nomads_north_america.dm" #include "code\game\objects\map_metadata\nomads_oceania.dm" #include "code\game\objects\map_metadata\nomads_pangea.dm" #include "code\game\objects\map_metadata\nomads_persistence_beta.dm"