From 61f8e7446ad743a8247fed8dab0b4176e02566b2 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Sat, 4 Jan 2025 08:42:57 -0700 Subject: [PATCH 1/3] Initial Change --- 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 a78287e26c02..b9f442caee95 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 = 150, 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" From 266b17bcfd324b5bb951c49b7f3d58f2150cac75 Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:23:14 -0700 Subject: [PATCH 2/3] To infinity and beyond --- 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 b9f442caee95..6fd7380cd00d 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 = 150, 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 = INFINITY, 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" From 99071d37d078f6ea086161eacad66bd10e5d45be Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:39:16 -0700 Subject: [PATCH 3/3] 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 6fd7380cd00d..69c37d19dfa7 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 = INFINITY, 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"