Cryo should no longer give ten times the normal reagents to patients.

This commit is contained in:
VelardAmakar
2014-03-02 18:41:26 -05:00
committed by ZomgPonies
parent cb6e53d105
commit fda0667650
+1 -1
View File
@@ -220,7 +220,7 @@
var/has_clonexa = occupant.reagents.get_reagent_amount("clonexadone") >= 1
var/has_cryo_medicine = has_cryo || has_clonexa
if(beaker && !has_cryo_medicine)
beaker.reagents.trans_to(occupant, 1, 10)
beaker.reagents.trans_to(occupant, 1, 1)
beaker.reagents.reaction(occupant)
/obj/machinery/atmospherics/unary/cryo_cell/proc/heat_gas_contents()