Increased cost of cryo.

- It now uses twice as much oxygen
- Cryoxadone and clonexadone now heal brute, burn and oxyloss much slower, though cloneloss remains at the same speed.
This commit is contained in:
cib
2012-10-27 12:45:42 +02:00
parent b6e662a2e9
commit c11b765d2c
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
if(air_contents.total_moles() < 1)
return
var/datum/gas_mixture/expel_gas = new
var/remove_amount = air_contents.total_moles()/100
var/remove_amount = air_contents.total_moles()/50
expel_gas = air_contents.remove(remove_amount)
// Just have the gas disappear to nowhere.