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"
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