Merge pull request #988 from tigercat2000/Spesswind

Add magboots stopping airflow push to LINDA
This commit is contained in:
ZomgPonies
2015-05-09 22:40:49 -04:00
@@ -488,3 +488,11 @@ 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
..()