Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Sep 7, 2024
1 parent 4763bdc commit 90cf592
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
21 changes: 16 additions & 5 deletions _maps/shuttles/syndicate/syndicate_cybersun_kansatsu.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@
/obj/item/clothing/under/syndicate/cybersun/research,
/obj/item/clothing/gloves/color/yellow,
/obj/item/clothing/head/soft/cybersun,
/obj/item/storage/belt/utility/full/engi,
/obj/item/clothing/glasses/meson/engine,
/obj/item/clothing/glasses/welding,
/obj/effect/turf_decal/industrial/warning{
Expand Down Expand Up @@ -1102,7 +1103,6 @@
pixel_x = 20;
pixel_y = 10
},
/obj/machinery/firealarm/directional/east,
/obj/item/clipboard{
pixel_x = -5;
pixel_y = 3
Expand All @@ -1120,6 +1120,15 @@
pixel_x = 9;
pixel_y = 0
},
/obj/machinery/firealarm/directional/south,
/obj/machinery/button/door{
id = "kansatsu_secure_storage";
name = "Window Access";
dir = 8;
pixel_x = 20;
pixel_y = 1;
req_access_txt = "19"
},
/turf/open/floor/plasteel/patterned/grid{
color = "#777777"
},
Expand Down Expand Up @@ -1164,10 +1173,11 @@
},
/obj/item/clothing/under/syndicate/cybersun/officer,
/obj/item/clothing/suit/cybersun_suit,
/obj/item/clothing/gloves/combat,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/head/HoS/cybersun,
/obj/item/clothing/gloves/krav_maga/combatglovesplus,
/obj/item/pen/edagger,
/turf/open/floor/plasteel/patterned/grid{
color = "#777777"
},
Expand Down Expand Up @@ -2349,12 +2359,13 @@
},
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
/obj/machinery/door/window/brigdoor/westleft{
req_access_txt = "19"
},
/obj/structure/window/plasma/reinforced{
dir = 1
},
/obj/machinery/door/poddoor/shutters{
id = "kansatsu_secure_storage";
dir = 4
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/storage)
"RY" = (
Expand Down
1 change: 1 addition & 0 deletions code/datums/components/storage/concrete/pockets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
. = ..()
can_hold = typecacheof(list(
/obj/item/gun/ballistic/automatic/pistol/syndicate,
/obj/item/gun/ballistic/automatic/pistol/himehabu,
/obj/item/gun/ballistic/revolver,
/obj/item/gun/energy/e_gun/mini,
/obj/item/gun/energy/disabler,
Expand Down
1 change: 0 additions & 1 deletion code/game/objects/items/storage/secure.dm
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,4 @@
new /obj/item/gun/ballistic/revolver/syndicate/no_mag(src)
new /obj/item/ammo_box/a357 (src)
new /obj/item/ammo_box/a357 (src)
new /obj/item/ammo_box/a357 (src)
new /obj/item/folder/documents/syndicate/cybersun (src)
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@
cost = 500

/datum/supply_pack/ammo/c22lr
name = ".22lr Ammo Box Crate"
desc = "TODO"
name = ".22 LR Ammo Box Crate"
desc = "Contains two 75 round ammo boxes for refilling .22 LR weapons."
contains = list(/obj/item/ammo_box/c22lr_box,
/obj/item/ammo_box/c22lr_box)
crate_name = "ammo crate"
Expand Down
3 changes: 2 additions & 1 deletion code/modules/clothing/outfits/factions/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
head = /obj/item/clothing/head/HoS/cybersun
gloves = /obj/item/clothing/gloves/combat
id = /obj/item/card/id/syndicate_command/crew_id
r_pocket = /obj/item/kitchen/knife/switchblade
r_pocket = null
glasses = /obj/item/clothing/glasses/sunglasses

/datum/outfit/job/syndicate/head_of_personnel/suns
Expand Down Expand Up @@ -1200,6 +1200,7 @@
r_pocket = /obj/item/radio
head = /obj/item/clothing/head/soft/cybersun
accessory = /obj/item/clothing/accessory/armband/engine
belt = null

/datum/outfit/job/syndicate/engineer/suns
name = "Syndicate - Ship Engineer (SUNS)"
Expand Down

0 comments on commit 90cf592

Please sign in to comment.