Logs Toy Cuffs/Twimsts Differently from Standard Cuffs (#22542)

* god i cant believe we have to do this

* im a silly goose

* K.I.S.S.

* better wording
This commit is contained in:
matttheficus
2023-09-28 19:32:26 -04:00
committed by GitHub
parent dfe6a99e5e
commit 5e914948b2
+4 -2
View File
@@ -63,8 +63,10 @@
apply_cuffs(C, user, remove_src)
to_chat(user, "<span class='notice'>You handcuff [C].</span>")
SSblackbox.record_feedback("tally", "handcuffs", 1, type)
add_attack_logs(user, C, "Handcuffed ([src])")
if(breakouttime != 0)
add_attack_logs(user, C, "Handcuffed ([src])")
else
add_attack_logs(user, C, "Handcuffed (Fake/Breakable!) ([src])")
else
to_chat(user, "<span class='warning'>You fail to handcuff [C].</span>")
return FALSE