crash fix

This commit is contained in:
ZomgPonies
2014-02-28 21:31:59 -05:00
parent a39b199cfb
commit 207959cc7d
+1 -1
View File
@@ -188,7 +188,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)