Fix ziptie log being backwards.

This commit is contained in:
Tigercat2000
2015-06-23 13:19:05 -07:00
parent 4d9baf9936
commit e41fbaa146
+1 -1
View File
@@ -157,7 +157,7 @@ var/last_chew = 0
C.handcuffed = new /obj/item/weapon/restraints/handcuffs/cable/zipties/used(C)
C.update_inv_handcuffed(1)
user << "<span class='notice'>You handcuff [C].</span>"
add_logs(user, C, "handcuffed")
add_logs(C, user, "ziptie-cuffed")
else
user << "<span class='warning'>You fail to handcuff [C].</span>"