Skip to content

Commit

Permalink
Gives Paramedic MODsuit more Radiation Protection (#27824)
Browse files Browse the repository at this point in the history
* Initial Change

* To infinity and beyond

* down to 259
  • Loading branch information
Burzah authored Jan 22, 2025
1 parent 98829ec commit 902b51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mod/mod_theme.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 902b51f

Please sign in to comment.