mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
RADIATION SUITS:
- New look - Radiation suit alone will now absorb 75% of rad damage, same as the RIG suit. - Radiation hood added, will absorb 35% of radiation damage - Radiation checks now check for both your outerwear and headgear. The sum of the radiation protection is used when determining damage. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1061 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
body_parts_covered = HEAD
|
||||
var/list/allowed = list(/obj/item/weapon/pen)
|
||||
|
||||
/obj/item/clothing/head/radiation
|
||||
name = "Radiation Hood"
|
||||
icon_state = "rad"
|
||||
radiation_protection = 0.35
|
||||
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES|HEADCOVERSMOUTH
|
||||
|
||||
/obj/item/clothing/head/bio_hood
|
||||
name = "bio hood"
|
||||
icon_state = "bio"
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
gas_transfer_coefficient = 0.01
|
||||
permeability_coefficient = 0.01
|
||||
heat_transfer_coefficient = 1
|
||||
radiation_protection = 1
|
||||
radiation_protection = 0.75
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
slowdown = 1.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user