[MIRROR] Broken Secways will say it's broken, rather than the component. [MDB IGNORE] (#8874)

* Broken Secways will say it's broken, rather than the component. (#62096)

changes it from
"/datum/component/riding/vehicle/secway sputters and refuses to move!"
to
"The secway sputters and refuses to move!"

* Broken Secways will say it's broken, rather than the component.

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-16 20:40:28 -04:00
committed by GitHub
co-authored by John Willard
parent abd519fff0
commit 01f2a81a5e
@@ -185,7 +185,7 @@
if(keycheck(user) && the_secway.eddie_murphy)
if(COOLDOWN_FINISHED(src, message_cooldown))
the_secway.visible_message(span_warning("[src] sputters and refuses to move!"))
the_secway.visible_message(span_warning("[the_secway] sputters and refuses to move!"))
playsound(get_turf(the_secway), 'sound/effects/stall.ogg', 70)
COOLDOWN_START(src, message_cooldown, 0.75 SECONDS)
return COMPONENT_DRIVER_BLOCK_MOVE