Adding new special pens (#7425)

This commit is contained in:
Mykhailo Bykhovtsev
2019-12-14 21:45:42 +01:00
committed by Werner
parent dde8896af5
commit a3e8d9a97c
6 changed files with 367 additions and 271 deletions
@@ -11,7 +11,10 @@
if("stealth")
new /obj/item/gun/energy/crossbow(src)
new /obj/item/pen/reagent/paralysis(src)
new /obj/item/pen/reagent/healing(src)
new /obj/item/pen/reagent/pacifier(src)
new /obj/item/pen/reagent/hyperzine(src)
new /obj/item/pen/reagent/poison(src)
new /obj/item/device/chameleon(src)
return
@@ -136,6 +139,16 @@
/obj/item/hand_labeler = 1
)
/obj/item/storage/box/syndie_kit/special_pens
name = "box (P)"
starts_with = list(
/obj/item/pen/reagent/healing = 1,
/obj/item/pen/reagent/pacifier = 1,
/obj/item/pen/reagent/hyperzine = 1,
/obj/item/pen/reagent/poison = 1
)
/obj/item/storage/box/syndie_kit/spy
name = "spy kit"
desc = "For when you want to conduct voyeurism from afar."