Re-added missing "space assholes" verb.

Reworked clothes slowdown code.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@624 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-15 10:38:17 +00:00
parent dfb189a398
commit fdabcc451f
5 changed files with 28 additions and 27 deletions
+2
View File
@@ -36,6 +36,7 @@ DEATH COMMANDO GAS MASK
/obj/item/clothing/shoes/orange/attack_self(mob/user as mob)
if (src.chained)
src.chained = null
src.slowdown = SHOES_SLOWDOWN
new /obj/item/weapon/handcuffs( user.loc )
src.icon_state = "orange"
return
@@ -45,6 +46,7 @@ DEATH COMMANDO GAS MASK
//H = null
del(H)
src.chained = 1
src.slowdown = 15
src.icon_state = "orange1"
return