Update PDA.dm

Patched the comment to match the actual, final behavior (Doh!)
This commit is contained in:
John-Michael O'Brien
2014-07-13 07:14:01 -04:00
committed by ZomgPonies
parent 6c7ab75146
commit 1e6963f1c8
+3 -2
View File
@@ -1186,8 +1186,9 @@ var/global/list/obj/item/device/pda/PDAs = list()
user << "\blue Tank is empty!"
if (!scanmode && istype(A, /obj/item/weapon/paper) && owner)
// JMO 20140705: Makes scanned document show up in edit window if you edit notes. Not pretty for formatted documents,
// as this will clobber the HTML, but at least it lets you scan a document and add notes after the end.
// JMO 20140705: Makes scanned document show up properly in the notes. Not pretty for formatted documents,
// as this will clobber the HTML, but at least it lets you scan a document. You can restore the original
// notes by editing the note again. (Was going to allow you to edit, but scanned documents are too long.)
var/raw_scan = (A:info)
var/formatted_scan = ""
// Scrub out the tags (replacing a few formatting ones along the way)