mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Adding new special pens (#7425)
This commit is contained in:
committed by
Werner
parent
dde8896af5
commit
a3e8d9a97c
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user