mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes two visible messages with incorrect args (#3048)
* Fixes two visible messages with incorrect args (#56596) * Fixes two visible messages with incorrect args Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
rider.Paralyze(1 SECONDS)
|
||||
rider.Knockdown(4 SECONDS)
|
||||
human_parent.visible_message("<span class='danger'>[rider] topples off of [human_parent] as they both fall to the ground!</span>", \
|
||||
"<span class='warning'>You fall to the ground, bringing [rider] with you!</span>", COMBAT_MESSAGE_RANGE ,ignored_mobs=rider)
|
||||
"<span class='warning'>You fall to the ground, bringing [rider] with you!</span>", "<span class='hear'>You hear two consecutive thuds.</span>", COMBAT_MESSAGE_RANGE, ignored_mobs=rider)
|
||||
to_chat(rider, "<span class='danger'>[human_parent] falls to the ground, bringing you with [human_parent.p_them()]!</span>")
|
||||
|
||||
/datum/component/riding/creature/human/handle_vehicle_layer(dir)
|
||||
|
||||
Reference in New Issue
Block a user