Merge branch 'master' into development

This commit is contained in:
skull132
2017-03-19 21:08:28 +02:00
6 changed files with 46 additions and 18 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ obj/item/organ/vaurca/neuralsocket/process()
return null
var/tank_pressure = air_contents.return_pressure()
if(tank_pressure < distribute_pressure)
if((tank_pressure < distribute_pressure) && prob(5))
owner << "<span class='warning'>There is a buzzing in your [parent_organ].</span>"
var/moles_needed = distribute_pressure*volume_to_return/(R_IDEAL_GAS_EQUATION*air_contents.temperature)