From d0c0dae20ce1a11a725d803b1cca321f267a8fba Mon Sep 17 00:00:00 2001 From: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:38:51 -0500 Subject: [PATCH] Buffs the Radiation Armory of the Canary MODsuit (#31118) --- 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 a937aad16b3..664c102e262 100644 --- a/code/modules/mod/mod_theme.dm +++ b/code/modules/mod/mod_theme.dm @@ -217,7 +217,7 @@ ) /obj/item/mod/armor/mod_theme_atmospheric - armor = list(MELEE = 20, BULLET = 5, LASER = 5, ENERGY = 5, BOMB = 15, RAD = 15, FIRE = INFINITY, ACID = 150) + armor = list(MELEE = 20, BULLET = 5, LASER = 5, ENERGY = 5, BOMB = 15, RAD = 75, FIRE = INFINITY, ACID = 150) /datum/mod_theme/advanced name = "'Daedalus' advanced"