Line breaks in records\!

This commit is contained in:
Hubblenaut
2014-05-23 17:58:07 +02:00
parent 5736200d18
commit 964e408b36
4 changed files with 15 additions and 10 deletions

View File

@@ -95,6 +95,11 @@
stat |= BROKEN
update_icon()
/obj/machinery/computer/proc/decode(text)
// Adds line breaks
text = replacetext(text, "\n", "<BR>")
return text
/obj/machinery/computer/attackby(I as obj, user as mob)
if(istype(I, /obj/item/weapon/screwdriver) && circuit)