From e54ec9ec096e484ac1b503c33a6c7a5332d47152 Mon Sep 17 00:00:00 2001 From: Putnam Date: Fri, 3 Jan 2020 23:03:45 -0800 Subject: [PATCH 1/2] shh --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 2b1d6afc4f..1ce18097d2 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -333,7 +333,7 @@ switch (severity) if (1) if(bomb_armor) - b_loss = 500*bomb_armor + b_loss = (400*bomb_armor)+100 var/atom/throw_target = get_edge_target_turf(src, get_dir(src, get_step_away(src, src))) throw_at(throw_target, 200, 4) damage_clothes(400*bomb_armor, BRUTE, "bomb") From b1b1d7171efda1c6843bc6800bcd8d791b9a4868 Mon Sep 17 00:00:00 2001 From: Putnam Date: Fri, 3 Jan 2020 23:07:34 -0800 Subject: [PATCH 2/2] hard crit actually --- code/modules/mob/living/carbon/human/human_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 1ce18097d2..9cbb5b1a0a 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -333,7 +333,7 @@ switch (severity) if (1) if(bomb_armor) - b_loss = (400*bomb_armor)+100 + b_loss = (350*bomb_armor)+150 var/atom/throw_target = get_edge_target_turf(src, get_dir(src, get_step_away(src, src))) throw_at(throw_target, 200, 4) damage_clothes(400*bomb_armor, BRUTE, "bomb")