Fix grammar in time desynchronizer (#42372)

This commit is contained in:
tralezab
2019-01-16 20:41:47 -08:00
committed by Tad Hardesty
parent 58fc557935
commit 0633947862
@@ -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)