mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user