mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
[MIRROR] Improves stripping logs (#1517)
* logs the start of stripping along with the end, should make resolving theft arguments easier (#54662) * Improves stripping logs Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
@@ -947,6 +947,7 @@
|
||||
who.visible_message("<span class='warning'>[src] tries to remove [who]'s [what.name].</span>", \
|
||||
"<span class='userdanger'>[src] tries to remove your [what.name].</span>", null, null, src)
|
||||
to_chat(src, "<span class='danger'>You try to remove [who]'s [what.name]...</span>")
|
||||
log_combat(src, who, "started stripping [what] off")
|
||||
what.add_fingerprint(src)
|
||||
if(do_mob(src, who, what.strip_delay))
|
||||
if(what && Adjacent(who))
|
||||
|
||||
Reference in New Issue
Block a user