From f4d5f73261b2d32d58666a5d8b6bb71f30870f9c Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 29 Oct 2018 21:31:49 -0400 Subject: [PATCH] Fixes Paper Bundles Bug --- code/modules/paperwork/paper_bundle.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/paperwork/paper_bundle.dm b/code/modules/paperwork/paper_bundle.dm index 73c9f9459dc..900d3d4bdb8 100644 --- a/code/modules/paperwork/paper_bundle.dm +++ b/code/modules/paperwork/paper_bundle.dm @@ -71,7 +71,8 @@ update_icon() - attack_self(usr) //Update the browsed page. + if(winget(usr, "[name]", "is-visible") == "true") // NOT MY FAULT IT IS A BUILT IN PROC PLEASE DO NOT HIT ME + attack_self(usr) //Update the browsed page. add_fingerprint(usr) return