diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm
index eda6fa3a31c..3ebec187901 100644
--- a/code/defines/obj/weapon.dm
+++ b/code/defines/obj/weapon.dm
@@ -900,9 +900,14 @@
name = "paper - 'Judgement'"
info = "For crimes against the station, the offender is sentenced to:
\n
\n"
+//Please resist giving this to people who have not survived game breaking bugs.
+/*Current recipients:
+Searif: Survived infinite cold bug, body temp was "-nan", still alive.
+eternal248: Found broken and buggy Z-levels 7-12, ended up leading to my discovery of that code and subsequent diking out.
+*/
/obj/item/weapon/paper/certificate
name = "paper - 'Certificate'"
- info = "Due to this person's unique actions in the past, we hereby certify that they are \"Totally Radical\"
----Central Command
This paper has been stamped with the central command rubber stamp.
"
+ info = "Due to this person's unique actions in the past, we hereby certify that they are \"Well Qualified\"
----Central Command
This paper has been stamped with the central command rubber stamp.
"
stamped = list(/obj/item/weapon/stamp/centcom)
overlays = list("paper_stamped_cent")