From 337c90662f972deff699d9827a2857c28619661d Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Sat, 16 May 2015 05:40:39 -0700 Subject: [PATCH] Readd fluff pens, with fluff path removed --- code/modules/paperwork/pen.dm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 709fc2f9b07..3b20fcc2cb5 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -47,6 +47,21 @@ icon_state = "pen" colour = "white" +/obj/item/weapon/pen/multi //spaceman96: Trenna Seber + name = "multicolor pen" + desc = "It's a cool looking pen. Lots of colors!" + +/obj/item/weapon/pen/fancy + name = "fancy pen" + desc = "A fancy metal pen. It uses blue ink. An inscription on one side reads,\"L.L. - L.R.\"" + icon = 'icons/obj/custom_items.dmi' + icon_state = "fancypen" + +/obj/item/weapon/pen/gold + name = "Gilded Pen" + desc = "A golden pen that is gilded with a meager amount of gold material. The word 'Nanotrasen' is etched on the clip of the pen." + icon = 'icons/obj/custom_items.dmi' + icon_state = "eugene_pen" /obj/item/weapon/pen/attack(mob/living/M, mob/user) if(!istype(M))