mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user