From b2184c1a78510a40bbfdc52cb59f4c1c4d585cc2 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 4 Oct 2017 17:38:01 -0500 Subject: [PATCH] Update cult_structures.dm --- code/game/gamemodes/cult/cult_structures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/cult/cult_structures.dm b/code/game/gamemodes/cult/cult_structures.dm index 21d5c83dfe..0144872c17 100644 --- a/code/game/gamemodes/cult/cult_structures.dm +++ b/code/game/gamemodes/cult/cult_structures.dm @@ -112,7 +112,7 @@ pickedtype = /obj/item/twohanded/required/cult_bastard else cooldowntime = 12000 - (world.time - SSticker.round_start_time) - to_chat(user, "The forge fires are not yet hot enough for this weapon, give it another [getETA()].") + to_chat(user, "The forge fires are not yet hot enough for this weapon, give it another [DisplayTimeText(cooldowntime - world.time)].") cooldowntime = 0 return if(src && !QDELETED(src) && anchored && pickedtype && Adjacent(user) && !user.incapacitated() && iscultist(user) && cooldowntime <= world.time)