Server crash fix.

This commit is contained in:
Aranclanos
2014-02-28 13:20:15 -03:00
parent c38a69e827
commit b565b2125e
+1 -1
View File
@@ -173,7 +173,7 @@
/obj/item/stack/attack_hand(mob/user as mob)
if (user.get_inactive_hand() == src)
var/obj/item/stack/F = new src.type( user, amount=1)
var/obj/item/stack/F = new src.type( user, 1)
F.copy_evidences(src)
user.put_in_hands(F)
src.add_fingerprint(user)