diff --git a/code/game/objects/items/devices/desynchronizer.dm b/code/game/objects/items/devices/desynchronizer.dm index 98b82222e01..9168aa4384f 100644 --- a/code/game/objects/items/devices/desynchronizer.dm +++ b/code/game/objects/items/devices/desynchronizer.dm @@ -28,7 +28,7 @@ ..() if(world.time < next_use) to_chat(user, "Time left to recharge: [DisplayTimeText(next_use - world.time)]") - to_chat(user, "Alt-click to customize the duration. Current duration: [DisplayTimeText(duration)] seconds.") + to_chat(user, "Alt-click to customize the duration. Current duration: [DisplayTimeText(duration)].") to_chat(user, "Can be used again to interrupt the effect early. The recharge time is the same as the time spent in desync.") /obj/item/desynchronizer/AltClick(mob/living/user)