Merge remote-tracking branch 'upstream/master' into water_act

Conflicts:
	code/modules/mob/living/carbon/human/human_defense.dm
This commit is contained in:
Tigercat2000
2015-05-10 05:41:52 -07:00
27 changed files with 420 additions and 189 deletions
@@ -488,6 +488,14 @@ emp_act
..()
return
/mob/living/carbon/human/experience_pressure_difference(pressure_difference, direction)
if(shoes)
if(istype(shoes,/obj/item/clothing/shoes/magboots)) //TODO: Make a not-shit shoe var system to negate airflow.
var/obj/item/clothing/shoes/magboots/MB = shoes
if(MB.magpulse)
return 0
..()
/mob/living/carbon/human/water_act(volume, temperature, source)
..()