Skip to content

Commit

Permalink
tweaks tweaks tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Feb 11, 2024
1 parent be373e5 commit 5efb563
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_upp_medic, list(
list("Type 41 Ammo Load Rig", 0, /obj/item/storage/belt/marine/upp, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR),
list("Type 47 General Pistol Holster Rig", 0, /obj/item/storage/belt/gun/type47, MARINE_CAN_BUY_BELT, VENDOR_ITEM_REGULAR),
list("Type 41 Lifesaver Bag (Full)", 0, /obj/item/storage/belt/medical/lifesaver/upp/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED),
list("Type 41 Medical Storage Rig (Full)", 0, /obj/item/storage/belt/medical/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED),
list("Type 41 Medical Storage Rig (Full)", 0, /obj/item/storage/belt/medical/upp/full, MARINE_CAN_BUY_BELT, VENDOR_ITEM_RECOMMENDED),

list("POUCHES (CHOOSE 2)", 0, null, null, null),
list("Autoinjector Pouch", 0, /obj/item/storage/pouch/autoinjector, MARINE_CAN_BUY_POUCH, VENDOR_ITEM_REGULAR),
Expand Down
12 changes: 12 additions & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,18 @@
icon_state = "medicalbelt_upp"
item_state = "upp_belt"

/obj/item/storage/belt/medical/upp/full/fill_preset_inventory()
new /obj/item/storage/pill_bottle/bicaridine(src)
new /obj/item/storage/pill_bottle/dexalin(src)
new /obj/item/storage/pill_bottle/antitox(src)
new /obj/item/storage/pill_bottle/kelotane(src)
new /obj/item/storage/pill_bottle/inaprovaline(src)
new /obj/item/storage/pill_bottle/tramadol(src)
new /obj/item/storage/pill_bottle/peridaxon(src)
new /obj/item/stack/medical/splint(src)
new /obj/item/stack/medical/advanced/bruise_pack(src)
new /obj/item/stack/medical/advanced/ointment(src)

/obj/item/storage/belt/medical/lifesaver
name = "\improper M276 pattern lifesaver bag"
desc = "The M276 is the standard load-bearing equipment of the USCM. This configuration mounts a duffel bag filled with a range of injectors and light medical supplies, and is common among medics. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them."
Expand Down
102 changes: 54 additions & 48 deletions maps/map_files/chapaev/chapaev.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -280,18 +280,16 @@
/turf/open/floor/almayer,
/area/golden_arrow/engineering)
"cd" = (
/obj/effect/decal/warning_stripes{
icon_state = "E";
pixel_x = 1
},
/obj/effect/decal/warning_stripes{
icon_state = "S"
/obj/structure/prop/invuln/lattice_prop{
dir = 4;
icon_state = "lattice-simple";
pixel_y = 10
},
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
dir = 8;
icon_state = "multi_tiles"
},
/area/golden_arrow/supply)
/area/golden_arrow/prep_hallway)
"ce" = (
/obj/structure/machinery/light{
dir = 1
Expand Down Expand Up @@ -598,19 +596,17 @@
},
/area/golden_arrow/squad_one)
"er" = (
/obj/effect/decal/warning_stripes{
icon_state = "N";
pixel_y = 2
},
/obj/effect/decal/warning_stripes{
icon_state = "E";
pixel_x = 1
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/prop/invuln/lattice_prop{
dir = 4;
icon_state = "lattice-simple";
pixel_y = 10
},
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
dir = 8;
icon_state = "multi_tiles"
},
/area/golden_arrow/supply)
/area/golden_arrow/briefing)
"es" = (
/obj/structure/pipes/vents/pump{
dir = 4
Expand Down Expand Up @@ -1052,6 +1048,7 @@
req_access = null
},
/obj/item/clothing/suit/storage/snow_suit/soviet,
/obj/item/clothing/suit/gimmick/jason,
/turf/open/floor/strata{
dir = 6;
icon_state = "multi_tiles"
Expand Down Expand Up @@ -1092,6 +1089,10 @@
/obj/vehicle/powerloader/jd{
name = "\improper CosmosStal 12 Bogatyr Power Loader"
},
/obj/structure/machinery/door_control{
id = "chapaevcargo";
pixel_x = 32
},
/turf/open/floor/strata{
dir = 6;
icon_state = "multi_tiles"
Expand Down Expand Up @@ -2615,6 +2616,11 @@
dir = 8
},
/obj/structure/pipes/standard/simple/hidden/supply,
/obj/structure/prop/invuln/lattice_prop{
dir = 4;
icon_state = "lattice-simple";
pixel_y = 10
},
/turf/open/floor/plating,
/area/golden_arrow/prep_hallway)
"AC" = (
Expand Down Expand Up @@ -2667,16 +2673,6 @@
icon_state = "multi_tiles"
},
/area/golden_arrow/canteen)
"Bf" = (
/obj/effect/decal/warning_stripes{
icon_state = "N";
pixel_y = 2
},
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
},
/area/golden_arrow/supply)
"Bj" = (
/obj/structure/sink{
dir = 4;
Expand Down Expand Up @@ -2732,9 +2728,6 @@
/area/golden_arrow/engineering)
"BQ" = (
/obj/structure/surface/table/reinforced/almayer_B,
/obj/structure/phone_base/no_dnd{
pixel_y = 32
},
/obj/structure/machinery/prop/almayer/CICmap{
density = 0;
icon_state = "shuttle";
Expand All @@ -2747,6 +2740,12 @@
pixel_x = -12;
network = list("Chapaev","Vehicle")
},
/obj/structure/phone_base/no_dnd{
pixel_y = 30;
name = "Overwatch Telephone";
phone_id = "Overwatch";
phone_category = "Command"
},
/turf/open/floor/strata{
icon_state = "floor2"
},
Expand Down Expand Up @@ -3537,7 +3536,7 @@
/area/golden_arrow/hangar)
"Jj" = (
/obj/effect/decal/warning_stripes{
icon_state = "S"
icon_state = "W"
},
/turf/open/floor/strata{
dir = 4;
Expand Down Expand Up @@ -3623,7 +3622,8 @@
/area/golden_arrow/medical)
"JR" = (
/obj/structure/machinery/computer/overwatch/almayer{
faction = "UPP"
faction = "UPP";
density = 1
},
/obj/item/clothing/glasses/hud/health{
pixel_x = 7;
Expand Down Expand Up @@ -4148,6 +4148,11 @@
/area/golden_arrow/dorms)
"Qi" = (
/obj/structure/largecrate/random/case/double,
/obj/structure/prop/invuln/lattice_prop{
dir = 4;
icon_state = "lattice-simple";
pixel_y = 10
},
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
Expand Down Expand Up @@ -4488,15 +4493,16 @@
},
/area/golden_arrow/dorms)
"Ua" = (
/obj/effect/decal/warning_stripes{
icon_state = "E";
pixel_x = 1
/obj/structure/prop/invuln/lattice_prop{
dir = 4;
icon_state = "lattice-simple";
pixel_y = 10
},
/turf/open/floor/strata{
dir = 4;
icon_state = "floor3"
dir = 8;
icon_state = "multi_tiles"
},
/area/golden_arrow/supply)
/area/golden_arrow/briefing)
"Ug" = (
/obj/structure/pipes/standard/simple/hidden/supply{
dir = 4
Expand Down Expand Up @@ -13367,7 +13373,7 @@ bK
bK
bK
bK
bK
cd
bK
bK
bK
Expand Down Expand Up @@ -14878,7 +14884,7 @@ ts
CI
ts
ts
ts
Ua
ts
ts
CI
Expand Down Expand Up @@ -15030,7 +15036,7 @@ bN
bN
Fh
FZ
FZ
er
FZ
FZ
bN
Expand Down Expand Up @@ -15502,8 +15508,8 @@ ys
HA
vN
oW
Bf
Li
Jj
Jj
Jj
Li
Tr
Expand Down Expand Up @@ -15654,9 +15660,9 @@ XH
SQ
vN
HO
er
Ua
cd
Li
Li
Li
Li
Tr
mV
Expand Down

0 comments on commit 5efb563

Please sign in to comment.