[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:
SkyratBot
2020-10-30 03:35:01 +01:00
committed by GitHub
parent 395ea9230c
commit 142ba8a8b5
+1
View File
@@ -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))