From b1f41ea564f2efa675a88a042b522ff0ea6405ee Mon Sep 17 00:00:00 2001 From: X0-11 Date: Wed, 2 Aug 2023 09:38:19 +0100 Subject: [PATCH 1/4] DMR anti shield buff --- code/modules/halo/weapons/ammo_7-62mm.dm | 2 +- code/modules/halo/weapons/covenant/ammo.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/halo/weapons/ammo_7-62mm.dm b/code/modules/halo/weapons/ammo_7-62mm.dm index 587fd2516436d..179afef8f0809 100644 --- a/code/modules/halo/weapons/ammo_7-62mm.dm +++ b/code/modules/halo/weapons/ammo_7-62mm.dm @@ -53,7 +53,7 @@ damage = 35 armor_penetration = 40 penetrating = 1 - shield_damage = 5 + shield_damage = 15 tracer_type = /obj/effect/projectile/dmr_trail tracer_delay_time = 0.5 SECONDS steps_between_delays = 3 diff --git a/code/modules/halo/weapons/covenant/ammo.dm b/code/modules/halo/weapons/covenant/ammo.dm index 134a4dc805cd2..e59672e73f656 100644 --- a/code/modules/halo/weapons/covenant/ammo.dm +++ b/code/modules/halo/weapons/covenant/ammo.dm @@ -278,7 +278,7 @@ name = "Rifle Needle" damage = 25 //Shrapnel makes up the difference with the dmr armor_penetration = 40 - shield_damage = 5 + shield_damage = 15 shrapnel_damage = 10 shards_to_explode = 3 shard_name = "Rifle Needle shrapnel" From fd1b394bf93180de62e876a085ce29dd6f9bcbb0 Mon Sep 17 00:00:00 2001 From: X0-11 Date: Wed, 2 Aug 2023 10:09:05 +0100 Subject: [PATCH 2/4] command rank changes --- code/modules/halo/leader_support/job_overrides.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/code/modules/halo/leader_support/job_overrides.dm b/code/modules/halo/leader_support/job_overrides.dm index 3c774d520a0a4..9a28329286ecb 100644 --- a/code/modules/halo/leader_support/job_overrides.dm +++ b/code/modules/halo/leader_support/job_overrides.dm @@ -52,7 +52,7 @@ /datum/job/covenant/brute_chieftain command_rank = 2 - + /datum/job/covenant/brute_captain command_rank = 2 @@ -83,6 +83,9 @@ /datum/job/unsc/marine/iwo//just in case command_rank = 2 +/datum/job/unsc/odst + command_rank = 2 + /datum/job/unsc/odst/squad_leader command_rank = 3 @@ -92,6 +95,9 @@ /datum/job/unsc/executive_officer command_rank = 3 +/datum/job/unsc/oni/field_agent + command_rank = 2 + /datum/job/unsc/oni/research/director command_rank = 2 From 571a47faf6119073cefa889ed23f030e24ac185f Mon Sep 17 00:00:00 2001 From: X0-11 Date: Wed, 2 Aug 2023 12:36:32 +0100 Subject: [PATCH 3/4] commandrank tweak --- code/modules/halo/leader_support/job_overrides.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/halo/leader_support/job_overrides.dm b/code/modules/halo/leader_support/job_overrides.dm index 9a28329286ecb..b9fcff58b006f 100644 --- a/code/modules/halo/leader_support/job_overrides.dm +++ b/code/modules/halo/leader_support/job_overrides.dm @@ -96,7 +96,7 @@ command_rank = 3 /datum/job/unsc/oni/field_agent - command_rank = 2 + command_rank = 1 /datum/job/unsc/oni/research/director command_rank = 2 From 936bd9f951f6c3b8c47c865ad0ab92d9c94535c1 Mon Sep 17 00:00:00 2001 From: X0-11 Date: Wed, 2 Aug 2023 14:06:16 +0100 Subject: [PATCH 4/4] innie objective pointgain --- code/modules/halo/factions/objectives/objectives_innie.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/halo/factions/objectives/objectives_innie.dm b/code/modules/halo/factions/objectives/objectives_innie.dm index cea601f6b4f08..68b6439132fcf 100644 --- a/code/modules/halo/factions/objectives/objectives_innie.dm +++ b/code/modules/halo/factions/objectives/objectives_innie.dm @@ -65,7 +65,7 @@ short_text = "Colonial revolt" explanation_text = "Raise the colony in revolt! We must remove the UNSC from our world." radio_name = "Insurrection Overwatch" - win_points = 150 + win_points = 50 /datum/objective/assassinate/leader/innies_unsc explanation_text = "Assassinate the leader of the UNSC"