mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Suits only slow you down when not in space, as before
Magboots now slow you down while active git-svn-id: http://tgstation13.googlecode.com/svn/trunk@627 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -317,10 +317,12 @@ DEATH COMMANDO GAS MASK
|
||||
/obj/item/clothing/shoes/magboots/attack_self(mob/user as mob)
|
||||
if(src.flags&NOSLIP)
|
||||
src.flags &= ~NOSLIP
|
||||
src.slowdown = SHOES_SLOWDOWN
|
||||
icon_state = "magboots0"
|
||||
user << "You disable the mag-pulse traction system."
|
||||
else
|
||||
src.flags |= NOSLIP
|
||||
src.slowdown = 2
|
||||
icon_state = "magboots1"
|
||||
user << "You enable the mag-pulse traction system."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user