Merge pull request #1843 from CIB/master

Removed duplicate folder and fix to cryo
This commit is contained in:
Hawk-v3
2012-10-27 23:44:24 -07:00
6 changed files with 10 additions and 1085 deletions
+5 -4
View File
@@ -1498,8 +1498,9 @@ datum
if(M.bodytemperature < 170)
M.adjustCloneLoss(-1)
M.adjustOxyLoss(-3)
M.heal_organ_damage(3,3)
M.adjustToxLoss(-3)
if(prob(50))
M.heal_organ_damage(1,1)
M.adjustToxLoss(-1)
..()
return
@@ -1515,8 +1516,8 @@ datum
if(M.bodytemperature < 170)
M.adjustCloneLoss(-3)
M.adjustOxyLoss(-3)
M.heal_organ_damage(3,3)
M.adjustToxLoss(-3)
M.heal_organ_damage(1,1)
M.adjustToxLoss(-1)
..()
return