mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Magboots fix.
This commit is contained in:
@@ -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!"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user