Nerfs for OD

This commit is contained in:
Regen
2014-05-23 23:10:04 +02:00
parent d6702496f9
commit 4b94406efb
+2 -2
View File
@@ -1874,10 +1874,10 @@ datum
if(51 to 79) // Their cells burn more oxygen than the body can distribute
M.adjustToxLoss(1)
M.adjustOxyLoss(2)
M.adjustOxyLoss(1)
if(80 to INFINITY) // At this point you're fucked
M.adjustOxyLoss(5) //you'll pass out pretty fucking quick, and die shortly after
M.adjustOxyLoss(2) //you'll pass out pretty fucking quick, and die shortly after
..()