From a3d2a1e70fd845abb2a769897c84ee62c2d527cf Mon Sep 17 00:00:00 2001 From: Segrain Date: Tue, 9 Jul 2013 17:17:55 +0300 Subject: [PATCH] Fix for #3281. --- code/modules/clothing/shoes/magboots.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/shoes/magboots.dm b/code/modules/clothing/shoes/magboots.dm index 0ade207cf12..8fd158fdf3f 100644 --- a/code/modules/clothing/shoes/magboots.dm +++ b/code/modules/clothing/shoes/magboots.dm @@ -10,6 +10,8 @@ set name = "Toggle Magboots" set category = "Object" set src in usr + if(usr.stat) + return if(src.magpulse) src.flags &= ~NOSLIP src.slowdown = SHOES_SLOWDOWN