mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Magboots now correctly stop you from getting sucked into the singularity when activated.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@865 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -220,14 +220,16 @@ DEATH COMMANDO GAS MASK
|
||||
/obj/item/clothing/under/color/orange/mode = 3
|
||||
|
||||
/obj/item/clothing/shoes/magboots/attack_self(mob/user as mob)
|
||||
if(src.flags&NOSLIP)
|
||||
if(src.magpulse)
|
||||
src.flags &= ~NOSLIP
|
||||
src.slowdown = SHOES_SLOWDOWN
|
||||
src.magpulse = 0
|
||||
icon_state = "magboots0"
|
||||
user << "You disable the mag-pulse traction system."
|
||||
else
|
||||
src.flags |= NOSLIP
|
||||
src.slowdown = 2
|
||||
src.magpulse = 1
|
||||
icon_state = "magboots1"
|
||||
user << "You enable the mag-pulse traction system."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user