From 902b51fceb2be2917945709b96acc8b526456f71 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:01:51 -0700 Subject: [PATCH] Gives Paramedic MODsuit more Radiation Protection (#27824) * Initial Change * To infinity and beyond * down to 259 --- code/modules/mod/mod_theme.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mod/mod_theme.dm b/code/modules/mod/mod_theme.dm index a78287e26c0..69c37d19dfa 100644 --- a/code/modules/mod/mod_theme.dm +++ b/code/modules/mod/mod_theme.dm @@ -553,7 +553,7 @@ ) /obj/item/mod/armor/mod_theme_rescue - armor = list(MELEE = 20, BULLET = 20, LASER = 5, ENERGY = 5, BOMB = 10, RAD = 50, FIRE = 150, ACID = 150) //Extra melee / bullet armor for if they get caught in a fight. Of course, no laser armor. + armor = list(MELEE = 20, BULLET = 20, LASER = 5, ENERGY = 5, BOMB = 10, RAD = 250, FIRE = 150, ACID = 150) //Extra melee / bullet armor for if they get caught in a fight. Of course, no laser armor. /datum/mod_theme/research name = "'Minerva' research"