Merge pull request #7338 from Loganbacca/tapefix

Tape fixes
This commit is contained in:
PsiOmegaDelta
2014-12-09 17:44:23 +01:00
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -45,6 +45,7 @@
W.forceMove(src)
icon_state = W.icon_state + "_taped"
name = W.name + " (taped)"
overlays = W.overlays
/obj/item/weapon/ducttape/attack_self(mob/user as mob)
if(!stuck)
@@ -56,6 +57,7 @@
stuck.forceMove(get_turf(src))
user.put_in_hands(stuck)
stuck = null
overlays = null
del(src)
/obj/item/weapon/ducttape/afterattack(var/A, mob/user as mob, flag, params)