Merge pull request #4988 from Miauw62/420

Fixes a bunch of saycode things.
This commit is contained in:
Remie Richards
2014-09-30 10:23:23 +01:00
6 changed files with 32 additions and 52 deletions
@@ -94,8 +94,7 @@
/obj/item/device/taperecorder/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq)
if(mytape && recording)
mytape.timestamp += mytape.used_capacity
mytape.storedinfo += "\[[time2text(mytape.used_capacity * 10,"mm:ss")]\] [message]"
mytape.storedinfo += "\[[time2text(mytape.used_capacity * 10,"mm:ss")]\] [strip_html_properly(message)]"
/obj/item/device/taperecorder/verb/record()
set name = "Start Recording"