here we go again (#2456)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
/obj/item/device/detective_scanner/proc/PrintReport()
|
||||
// Create our paper
|
||||
var/obj/item/weapon/paper/P = new(get_turf(src))
|
||||
var/obj/item/paper/P = new(get_turf(src))
|
||||
P.name = "paper- 'Scanner Report'"
|
||||
P.info = "<center><font size='6'><B>Scanner Report</B></font></center><HR><BR>"
|
||||
P.info += jointext(log, "<BR>")
|
||||
|
||||
Reference in New Issue
Block a user