mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Line breaks in records\!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user