Skip to content

Commit

Permalink
relay, access, basic kits for corpsmen
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jan 28, 2024
1 parent afa818d commit 1b85f00
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions _maps/shuttles/inteq/inteq_valor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/structure/closet/secure_closet{
icon_state = "med_secure";
name = "corpsman's locker"
name = "corpsman's locker";
req_access = list(5)
},
/obj/item/clothing/under/syndicate/inteq/corpsman,
/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
Expand All @@ -133,6 +134,7 @@
/obj/item/storage/backpack/medic,
/obj/item/pinpointer/crew,
/obj/item/storage/belt/medical/webbing,
/obj/item/storage/firstaid/regular,
/turf/open/floor/plasteel/patterned/ridged,
/area/ship/crew/office)
"bx" = (
Expand Down Expand Up @@ -667,7 +669,8 @@
"fO" = (
/obj/structure/closet/secure_closet{
icon_state = "med_secure";
name = "corpsman's locker"
name = "corpsman's locker";
req_access = list(5)
},
/obj/item/clothing/under/syndicate/inteq/corpsman,
/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
Expand All @@ -678,6 +681,7 @@
/obj/item/storage/backpack/medic,
/obj/item/pinpointer/crew,
/obj/item/storage/belt/medical/webbing,
/obj/item/storage/firstaid/regular,
/turf/open/floor/plasteel/patterned/ridged,
/area/ship/crew/office)
"fQ" = (
Expand Down Expand Up @@ -1256,17 +1260,16 @@
pixel_y = -32
},
/obj/item/cigbutt/cigarbutt{
pixel_x = 6;
pixel_y = -7
},
/obj/item/cigbutt{
pixel_x = -4;
pixel_y = 8
},
/obj/item/cigbutt{
pixel_x = -8;
pixel_x = -7;
pixel_y = 3
},
/obj/machinery/telecomms/relay/preset/mining{
autolinkers = list("relay","hub");
freq_listening = list(1347);
id = "IRMG Relay";
name = "IRMG Relay";
network = "irmg_commnet"
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"lE" = (
Expand Down Expand Up @@ -1439,7 +1442,8 @@
"mG" = (
/obj/structure/closet/secure_closet{
icon_state = "med_secure";
name = "corpsman's locker"
name = "corpsman's locker";
req_access = list(5)
},
/obj/item/clothing/under/syndicate/inteq/corpsman,
/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
Expand All @@ -1458,6 +1462,7 @@
/obj/item/storage/backpack/medic,
/obj/item/pinpointer/crew,
/obj/item/storage/belt/medical/webbing,
/obj/item/storage/firstaid/regular,
/turf/open/floor/plasteel/patterned/ridged,
/area/ship/crew/office)
"mH" = (
Expand Down

0 comments on commit 1b85f00

Please sign in to comment.