mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user