More compile stuff.

This commit is contained in:
Erthilo
2012-06-23 16:14:00 +01:00
parent 8b4033c410
commit e7e1b8f9e8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
if(!M) return
if(p_loc == user.loc && p_loc_m == M.loc)
M.handcuffed = new /obj/item/weapon/handcuffs(M)
M.update_inv_handcuffed()
M.update_clothing()
else
if ((CLUMSY in usr.mutations) && prob(50))
+1 -1
View File
@@ -401,7 +401,7 @@ WELDINGTOOOL
"You cut \the [M]'s restraints with \the [src]!",\
"You hear cable being cut.")
M.handcuffed = null
M.update_inv_handcuffed()
M.update_clothing()
return
else
..()