From 50f611c68eeecc1bea2ea63093c32e8d048267ed Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Sun, 22 Apr 2012 15:03:21 -0700 Subject: [PATCH] Added notes for the Certificate. --- code/defines/obj/weapon.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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")