Skip to content

Commit

Permalink
Merge pull request Civ13#2888 from savethetreez/branch
Browse files Browse the repository at this point in the history
Restoring
  • Loading branch information
savethetreez authored May 28, 2024
2 parents 51b2398 + 44deb31 commit 7ffe61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions civ13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions code/game/mob/living/carbon/human/death.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
to_chat(world, "<font color='red' size=3>The <b>Russian Army</b> Lieutenant has been killed!</font>")
else
map.scores["Militia"] += 1
else
map.scores["Militia"] += 1
else
map.scores["Russian Army"] += 1

Expand Down Expand Up @@ -182,7 +180,7 @@
to_chat(world, "<font color='red' size=3>The <b>Mujahideen Warchief</b> has been killed!</font>")
if ("Mujahideen Group Leader")
MP.sov_points += 5
to_chat(world, "<font color='red' size=3>The <b>Mujahideen Group Leader</b> has been killed!</font>")
to_chat(world, "<font color='red' size=3>A <b>Mujahideen Group Leader</b> has been killed!</font>")

if (MAP_KANDAHAR)
var/obj/map_metadata/kandahar/MP = map
Expand Down

0 comments on commit 7ffe61f

Please sign in to comment.