Cleans up some time stuff with DisplayTimeText

This commit is contained in:
ShizCalev
2018-02-22 15:33:45 -05:00
parent 8822ee2e35
commit 3ab8b52cd3
10 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
if(is_active())
to_chat(user, "<span class='warning'>[src] is flashing red-hot! You should probably get rid of it!</span>")
if(show_timer)
to_chat(user, "<span class='warning'>[src]'s timer looks to be at [(activation_time - world.time) / 10] seconds!</span>")
to_chat(user, "<span class='warning'>[src]'s timer looks to be at [DisplayTimeText(activation_time - world.time)]!</span>")
/obj/item/hot_potato/equipped(mob/user)
. = ..()