diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index f55701150fd..0ca56f85cb1 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -196,6 +196,11 @@ /obj/item/pen/sleepy/love/fill_pen() reagents.add_reagent("love", 100) +/obj/item/pen/sleepy/undisguised + name = "sleepy pen" + desc = "Used to stealthily inject targets. Comes loaded with ketamine but can be refilled with other chemicals. This one isn't disguised." + icon_state = "pen_syndie" + /* * (Alan) Edaggers */ diff --git a/code/modules/ruins/syndicate_space_base.dm b/code/modules/ruins/syndicate_space_base.dm index 3ec2451c0b6..6e6ccf6137d 100644 --- a/code/modules/ruins/syndicate_space_base.dm +++ b/code/modules/ruins/syndicate_space_base.dm @@ -16,7 +16,8 @@ /obj/item/grenade/chem_grenade/pyro = 5, /obj/item/grenade/chem_grenade/cryo = 5, /obj/item/grenade/chem_grenade/adv_release = 5, - /obj/item/reagent_containers/drinks/bottle/holywater = 1) + /obj/item/reagent_containers/drinks/bottle/holywater = 1, + /obj/item/pen/sleepy/undisguised = 1) slogan_list = list("It's not pyromania if you're getting paid!","You smell that? Plasma, son. Nothing else in the world smells like that.","I love the smell of Plasma in the morning.") resistance_flags = FIRE_PROOF