mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Reduces Parapen Duration to 5 Minutes (#13875)
This commit is contained in:
@@ -146,13 +146,20 @@
|
||||
)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/special_pens
|
||||
name = "box (P)"
|
||||
name = "penjector kit"
|
||||
starts_with = list(
|
||||
/obj/item/pen/reagent/healing = 1,
|
||||
/obj/item/pen/reagent/pacifier = 1,
|
||||
/obj/item/pen/reagent/hyperzine = 1
|
||||
)
|
||||
|
||||
/obj/item/storage/box/syndie_kit/parapen
|
||||
name = "parapen kit"
|
||||
starts_with = list(
|
||||
/obj/item/pen/reagent/paralysis = 1,
|
||||
/obj/item/pen/reagent/purge = 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