Admins will no longer see stars when viewing faxes.

If an admin wasn't human / ghosting / or a silicon mob they would see garbled text.
This uses the "force view" setting to 1 bypassing the check.

Fixes #10050
This commit is contained in:
ccomp5950
2015-07-08 10:45:30 -04:00
parent f4e70a3426
commit 0f764d8779

View File

@@ -1478,7 +1478,7 @@
var/obj/item/fax = locate(href_list["AdminFaxView"])
if (istype(fax, /obj/item/weapon/paper))
var/obj/item/weapon/paper/P = fax
P.show_content(usr)
P.show_content(usr,1)
else if (istype(fax, /obj/item/weapon/photo))
var/obj/item/weapon/photo/H = fax
H.show(usr)