mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Getting shoved into a closet will now mention that the shover shoved you into the closet instead of yourself. [MDB IGNORE] (#14332)
* Getting shoved into a closet will now mention that the shover shoved you into the closet instead of yourself. (#67769) Webedit oh no! Changed the message the user receives by getting shoved into the closet to mention that the shover shoved them into the closet instead of themselves. * Getting shoved into a closet will now mention that the shover shoved you into the closet instead of yourself. Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
This commit is contained in:
co-authored by
Pickle-Coding
parent
d0313e5574
commit
c2282bdb18
@@ -715,7 +715,7 @@
|
||||
target.Knockdown(SHOVE_KNOCKDOWN_SOLID)
|
||||
update_icon()
|
||||
target.visible_message(span_danger("[shover.name] shoves [target.name] into \the [src]!"),
|
||||
span_userdanger("You're shoved into \the [src] by [target.name]!"), span_hear("You hear aggressive shuffling followed by a loud thud!"), COMBAT_MESSAGE_RANGE, src)
|
||||
span_userdanger("You're shoved into \the [src] by [shover.name]!"), span_hear("You hear aggressive shuffling followed by a loud thud!"), COMBAT_MESSAGE_RANGE, src)
|
||||
to_chat(src, span_danger("You shove [target.name] into \the [src]!"))
|
||||
log_combat(src, target, "shoved", "into [src] (locker/crate)")
|
||||
return COMSIG_CARBON_SHOVE_HANDLED
|
||||
|
||||
Reference in New Issue
Block a user