Skip to content

Commit

Permalink
Merge branch 'cmss13-devs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlakRacc authored Feb 3, 2024
2 parents 4af1abf + f05470e commit 26910b2
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 13 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/pouch.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,8 @@
name = "flare pouch"
desc = "A pouch designed to hold flares. Refillable with an M94 flare pack."
max_w_class = SIZE_SMALL
storage_slots = 8
max_storage_space = 8
storage_slots = 16
max_storage_space = 16
storage_flags = STORAGE_FLAGS_POUCH|STORAGE_USING_DRAWING_METHOD
icon_state = "flare"
can_hold = list(/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare/signal)
Expand Down
3 changes: 3 additions & 0 deletions code/modules/clothing/suits/marine_coat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
desc = "A casual brown vest."
icon_state = "vest_brown"
item_state = "vest_brown"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/vest/tan
Expand All @@ -316,6 +317,7 @@
desc = "A khaki suit jacket."
icon_state = "corporate_ivy"
item_state = "corporate_ivy"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/corporate/formal
Expand Down Expand Up @@ -351,6 +353,7 @@
desc = "A khaki bomber jacket popular among stationeers and blue-collar workers everywhere."
icon_state = "jacket_khaki"
item_state = "jacket_khaki"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/bomber/red
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-5614.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "cuberound"
delete-after: True
changes:
- balance: "increases flare pouch storage slots from 8 to 16"
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-5622.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "MistChristmas"
delete-after: True
changes:
- maptweak: "Add Brig Photocopier"
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-5624.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "BadAtThisGame302"
delete-after: True
changes:
- bugfix: "fixed the CL jackets/vests/bomber jackets sprites."
29 changes: 18 additions & 11 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -15008,6 +15008,22 @@
icon_state = "silver"
},
/area/almayer/command/computerlab)
"btn" = (
/obj/item/device/camera{
pixel_x = 4;
pixel_y = 8
},
/obj/structure/surface/table/almayer,
/obj/item/device/camera_film{
pixel_x = 4;
pixel_y = -2
},
/obj/item/device/camera_film,
/turf/open/floor/almayer{
dir = 8;
icon_state = "red"
},
/area/almayer/shipboard/brig/main_office)
"btp" = (
/obj/structure/pipes/standard/manifold/hidden/supply{
dir = 4
Expand Down Expand Up @@ -78128,16 +78144,7 @@
},
/area/almayer/hallways/upper/starboard)
"wDp" = (
/obj/structure/surface/table/almayer,
/obj/item/device/camera{
pixel_x = 4;
pixel_y = 8
},
/obj/item/device/camera_film{
pixel_x = 4;
pixel_y = -2
},
/obj/item/device/camera_film,
/obj/structure/machinery/photocopier,
/turf/open/floor/almayer{
dir = 10;
icon_state = "red"
Expand Down Expand Up @@ -92275,7 +92282,7 @@ vBm
lOI
pJv
jLM
tak
btn
cMb
rbi
wDp
Expand Down

0 comments on commit 26910b2

Please sign in to comment.