Skip to content

Commit

Permalink
Merge pull request Baystation12#14537 from atlantiscze/2016-11-07-Rad…
Browse files Browse the repository at this point in the history
…Tweak

Reduces radiation poisoning speed
  • Loading branch information
GinjaNinja32 authored Nov 7, 2016
2 parents 32b82b1 + c5931c5 commit f052f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define COLD_GAS_DAMAGE_LEVEL_2 1.5 //Amount of damage applied when the current breath's temperature passes the 200K point
#define COLD_GAS_DAMAGE_LEVEL_3 3 //Amount of damage applied when the current breath's temperature passes the 120K point

#define RADIATION_SPEED_COEFFICIENT 0.1
#define RADIATION_SPEED_COEFFICIENT 0.025

/mob/living/carbon/human
var/oxygen_alert = 0
Expand Down

0 comments on commit f052f09

Please sign in to comment.