Skip to content

Commit

Permalink
pens
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Sep 7, 2024
1 parent 90cf592 commit 8167e4c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
21 changes: 5 additions & 16 deletions _maps/shuttles/syndicate/syndicate_cybersun_kansatsu.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1238,18 +1238,8 @@
/obj/item/storage/pistolcase/himehabu,
/obj/item/ammo_box/c22lr_box,
/obj/item/ammo_box/c22lr_box,
/obj/item/attachment/silencer{
pixel_x = -8
},
/obj/item/attachment/silencer{
pixel_x = -8
},
/obj/item/pen/edagger{
pixel_x = 4
},
/obj/item/pen/edagger{
pixel_x = 4
},
/obj/item/attachment/silencer,
/obj/item/attachment/silencer,
/turf/open/floor/plasteel/patterned/grid{
color = "#777777"
},
Expand Down Expand Up @@ -2312,6 +2302,8 @@
req_access_txt = "19"
},
/obj/item/storage/box/zipties,
/obj/item/storage/box/syndie_kit/pens,
/obj/item/storage/box/syndie_kit/pens,
/obj/item/camera{
pictures_left = 20;
pictures_max = 20;
Expand All @@ -2324,14 +2316,11 @@
},
/obj/item/taperecorder,
/obj/item/taperecorder,
/obj/item/disk/holodisk/kansatsu/gear/pens,
/obj/item/binoculars,
/obj/item/binoculars,
/obj/item/clothing/glasses/night,
/obj/item/clothing/glasses/night,
/obj/item/pen/sleepy,
/obj/item/pen/sleepy,
/obj/item/pen/survival,
/obj/item/pen/survival,
/obj/item/storage/pill_bottle/cyanide,
/turf/open/floor/plasteel/patterned/grid{
color = "#777777"
Expand Down
21 changes: 21 additions & 0 deletions code/game/MapData/shuttles/syndicate_cybersun_kansatsu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,24 @@
SAY Good luck.
DELAY 20
"}

/obj/item/disk/holodisk/kansatsu/gear/pens
name = "\improper IR-304" // Introductory Recording - Random Number
desc = "A classified holodisk containing an introduction to the modified pens."
preset_record_text = {"
NAME Researcher Meenus-Seeba
SAY You have been issued a set of Cybersun Industries Modified Pen Kit.
DELAY 40
SAY It contains three advanced pens with utility in espionage.
DELAY 40
SAY First of the pens doubles as a tiny energy knife. Extremely useful in combat and for utility, while being practically unrecognizable.
DELAY 40
SAY Second pen is equipped with a hidden chemical injector at the tip. After stabbing a target with it, they will be subdued shortly. Perfect for target extraction.
DELAY 40
SAY Third pen, and the most visually distinctive one, has a diamond tip that can be used to mine. Not the fastest way to move around, but can certainly prove useful in emergencies.
DELAY 40
SAY The Cybersun Industries Modified Pen Kit also contains a complimentraty pocket protector to carry the pens in without drawing too much suspicion.
DELAY 40
SAY Good luck.
DELAY 20
"}
9 changes: 9 additions & 0 deletions code/game/objects/items/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -590,3 +590,12 @@
new /obj/item/storage/belt/soulstone/full/purified(src)
new /obj/item/sbeacondrop/constructshell(src)
new /obj/item/sbeacondrop/constructshell(src)

/obj/item/storage/box/syndie_kit/pens
name = "modified pens kit"

/obj/item/storage/box/syndie_kit/pens/PopulateContents()
new /obj/item/pen/edagger
new /obj/item/pen/sleepy
new /obj/item/pen/survival
new /obj/item/clothing/accessory/pocketprotector

0 comments on commit 8167e4c

Please sign in to comment.