mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix grammar in time desynchronizer (#42372)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
..()
|
||||
if(world.time < next_use)
|
||||
to_chat(user, "<span class='warning'>Time left to recharge: [DisplayTimeText(next_use - world.time)]</span>")
|
||||
to_chat(user, "<span class='notice'>Alt-click to customize the duration. Current duration: [DisplayTimeText(duration)] seconds.</span>")
|
||||
to_chat(user, "<span class='notice'>Alt-click to customize the duration. Current duration: [DisplayTimeText(duration)].</span>")
|
||||
to_chat(user, "<span class='notice'>Can be used again to interrupt the effect early. The recharge time is the same as the time spent in desync.</span>")
|
||||
|
||||
/obj/item/desynchronizer/AltClick(mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user