[MIRROR] Fix logging for tabling and disposal shoving [MDB IGNORE] (#21828)

* Fix logging for tabling and disposal shoving (#76017)

## About The Pull Request
fixes #69837
## Why It's Good For The Game
accurate combat logs
## Changelog
🆑
admin: fix combat logs for tabling and disposal shoving
/🆑

* Fix logging for tabling and disposal shoving

---------

Co-authored-by: Couls <coul422@gmail.com>
This commit is contained in:
SkyratBot
2023-06-18 15:51:58 +02:00
committed by GitHub
parent c5f16715fb
commit 020a6d57ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -324,7 +324,7 @@
span_userdanger("You're shoved onto \the [src] by [shover.name]!"), span_hear("You hear aggressive shuffling followed by a loud thud!"), COMBAT_MESSAGE_RANGE, src)
to_chat(shover, span_danger("You shove [target.name] onto \the [src]!"))
target.throw_at(src, 1, 1, null, FALSE) //1 speed throws with no spin are basically just forcemoves with a hard collision check
log_combat(src, target, "shoved", "onto [src] (table)")
log_combat(shover, target, "shoved", "onto [src] (table)")
return COMSIG_CARBON_SHOVE_HANDLED
/obj/structure/table/greyscale