Magboots fix.

This commit is contained in:
Segrain
2013-07-28 14:31:23 +03:00
parent 6e13f5fbf0
commit fdce68fe66
2 changed files with 4 additions and 3 deletions

View File

@@ -312,7 +312,7 @@ proc/AirflowSpace(zone/A)
if(src:buckled) if(src:buckled)
return return
if(src:shoes) if(src:shoes)
if(src:shoes.type == /obj/item/clothing/shoes/magboots) if(istype(src:shoes, /obj/item/clothing/shoes/magboots))
if(src:shoes.flags & NOSLIP) if(src:shoes.flags & NOSLIP)
return return
src << "\red You are pushed away by airflow!" src << "\red You are pushed away by airflow!"

View File

@@ -130,8 +130,9 @@
icon_state = "boots-vox" icon_state = "boots-vox"
toggle() toggle()
name = "Toggle Floor Grip" //set name = "Toggle Floor Grip"
if(usr.stat)
return
if(src.magpulse) if(src.magpulse)
src.flags &= ~NOSLIP src.flags &= ~NOSLIP
src.magpulse = 0 src.magpulse = 0