From b4464ab4740303e5f9e4237ad32ed98839939be3 Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:43:36 +0100 Subject: [PATCH] Adds stickynote pads in a bunch of places and to the loadout (#21893) "Added stickynote pads to the following locations: Command offices, bridge, rep and liasion offices, journalist office, eng, medical and operations lobby, invest office and lab, galley, vacant office on D3, all three custodial closets, security meeting room, HR meeting room, machinist workshop and tool storage." yeah. Apparently they weren't added properly in the original PR to a lot of places. So I went wide with it. This also adds them to the loadout. --------- Signed-off-by: Casper3667 <8396443+Casper3667@users.noreply.github.com> Signed-off-by: Matt Atlas Co-authored-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Co-authored-by: Matt Atlas --- .../preference_setup/loadout/items/utility.dm | 6 + html/changelogs/StickyNotesForEveryone.yml | 7 + maps/sccv_horizon/sccv_horizon.dmm | 150 +++++++++++++++--- 3 files changed, 142 insertions(+), 21 deletions(-) create mode 100644 html/changelogs/StickyNotesForEveryone.yml diff --git a/code/modules/client/preference_setup/loadout/items/utility.dm b/code/modules/client/preference_setup/loadout/items/utility.dm index c5c9ba29aa1..ed08f8f1be0 100644 --- a/code/modules/client/preference_setup/loadout/items/utility.dm +++ b/code/modules/client/preference_setup/loadout/items/utility.dm @@ -55,6 +55,12 @@ path = /obj/item/journal/notepad/filled flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION +/datum/gear/utility/stickynote + display_name = "sticky note pad" + description = "A pad full of sticky notes, to stick notes to places with." + path = /obj/item/paper/stickynotes/pad + flags = GEAR_HAS_COLOR_SELECTION + /datum/gear/utility/fountainpen display_name = "fountain pen selection" description = "A selection of fountain pens." diff --git a/html/changelogs/StickyNotesForEveryone.yml b/html/changelogs/StickyNotesForEveryone.yml new file mode 100644 index 00000000000..cd0e10f0032 --- /dev/null +++ b/html/changelogs/StickyNotesForEveryone.yml @@ -0,0 +1,7 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - rscadd: "Added stickynote pads to the following locations: Command offices, bridge, rep and liaison offices, journalist office, eng, medical and operations lobby, invest office and lab, galley, vacant office on D3, all three custodial closets, security meeting room, HR meeting room, machinist workshop, and tool storage." + - rscadd: "Added stickynotes to the loadout." diff --git a/maps/sccv_horizon/sccv_horizon.dmm b/maps/sccv_horizon/sccv_horizon.dmm index b6a32b79437..1c5e8520829 100644 --- a/maps/sccv_horizon/sccv_horizon.dmm +++ b/maps/sccv_horizon/sccv_horizon.dmm @@ -7390,6 +7390,10 @@ pixel_x = 5; pixel_y = 5 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/white, /area/horizon/security/forensic_laboratory) "aUW" = ( @@ -8925,6 +8929,10 @@ /obj/effect/floor_decal/corner/beige/full{ dir = 8 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/crew/vacantoffice) "bfN" = ( @@ -12180,6 +12188,10 @@ pixel_x = -6; pixel_y = 2 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/wood, /area/horizon/security/meeting_room) "bBm" = ( @@ -21262,6 +21274,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_two) "cPb" = ( @@ -23255,6 +23271,10 @@ /obj/item/pen{ pixel_y = 4 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/white, /area/horizon/command/heads/cmo) "dbu" = ( @@ -29253,18 +29273,22 @@ pixel_x = -8; pixel_y = 1 }, -/obj/item/folder/sec{ - pixel_x = -8; - pixel_y = 1 - }, -/obj/item/folder/sec{ - pixel_x = -8; - pixel_y = 1 - }, /obj/item/pen/fountain/black{ pixel_x = 5; pixel_y = 3 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/item/folder/sec{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/folder/sec{ + pixel_x = -8; + pixel_y = 1 + }, /turf/simulated/floor/carpet, /area/horizon/security/investigators_office) "dOH" = ( @@ -30618,6 +30642,10 @@ dir = 9 }, /obj/machinery/alarm/west, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/service/custodial) "dYW" = ( @@ -38228,6 +38256,10 @@ pixel_x = -4; pixel_y = 8 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/security/custodial) "fan" = ( @@ -39757,6 +39789,10 @@ pixel_y = 3; pixel_x = 5 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/command/heads/om) "flo" = ( @@ -40779,6 +40815,10 @@ id = "bridgeconf"; pixel_x = -3 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/command/bridge/meeting_room) "fse" = ( @@ -46103,6 +46143,10 @@ /obj/machinery/light{ dir = 8 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/security/investigators_office) "gfC" = ( @@ -54673,6 +54717,10 @@ /obj/machinery/cell_charger, /obj/item/paper_scanner, /obj/item/paicard, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/storage/primary) "hmK" = ( @@ -61786,6 +61834,10 @@ dir = 8 }, /obj/structure/table/reinforced/steel, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/dark, /area/horizon/command/bridge/controlroom) "ijE" = ( @@ -62139,6 +62191,10 @@ /obj/effect/floor_decal/corner/grey/diagonal, /obj/item/paper_bin, /obj/item/pen, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/white, /area/horizon/medical/reception) "ilr" = ( @@ -63559,6 +63615,10 @@ dir = 8 }, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/service/custodial/auxiliary) "ivn" = ( @@ -64061,6 +64121,10 @@ req_access = null; req_one_access = list(72) }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_two) "iyy" = ( @@ -73006,6 +73070,10 @@ pixel_y = 14; pixel_x = -2 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/command/heads/xo) "jLa" = ( @@ -76515,6 +76583,10 @@ /obj/item/pen/black{ pixel_x = 7 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/operations/machinist) "khq" = ( @@ -87419,6 +87491,10 @@ "lAw" = ( /obj/structure/table/wood, /obj/item/taperecorder, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/crew/journalistoffice) "lAB" = ( @@ -92470,6 +92546,10 @@ req_access = null; req_one_access = list(72) }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/repoffice/consular_one) "mko" = ( @@ -99721,6 +99801,10 @@ pixel_x = 4; pixel_y = -7 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/dark/full, /area/horizon/service/kitchen) "nkP" = ( @@ -116651,15 +116735,19 @@ /obj/item/pen{ pixel_x = -6 }, +/obj/structure/table/reinforced/steel, +/obj/machinery/light, +/obj/item/folder/yellow{ + pixel_x = -5 + }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /obj/item/paper_scanner{ pixel_x = 9; pixel_y = 3 }, -/obj/item/folder/yellow{ - pixel_x = -5 - }, -/obj/structure/table/reinforced/steel, -/obj/machinery/light, /turf/simulated/floor/carpet, /area/horizon/command/heads/chief) "pyY" = ( @@ -128137,19 +128225,23 @@ pixel_y = 5; pixel_x = 6 }, -/obj/item/pen/black, -/obj/item/price_scanner{ - pixel_x = 6 - }, /obj/machinery/button/remote/blast_door{ dir = 6; id = "cargo_desk"; pixel_x = -7; pixel_y = 8 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /obj/item/folder/yellow{ pixel_x = 6 }, +/obj/item/price_scanner{ + pixel_x = 6 + }, +/obj/item/pen/black, /turf/simulated/floor/tiled, /area/horizon/operations/office) "rcp" = ( @@ -135785,6 +135877,10 @@ pixel_x = -4 }, /obj/machinery/power/outlet, +/obj/item/clipboard{ + pixel_y = -2; + pixel_x = -6 + }, /turf/simulated/floor/tiled/full, /area/horizon/engineering/lobby) "sbq" = ( @@ -163205,6 +163301,10 @@ dir = 4 }, /obj/machinery/firealarm/west, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/tiled/full, /area/horizon/command/bridge/cciaroom) "vKD" = ( @@ -169374,6 +169474,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 4 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = 10; + pixel_y = -3 + }, /turf/simulated/floor/carpet, /area/horizon/repoffice/representative_one) "wyD" = ( @@ -182178,6 +182282,10 @@ /obj/effect/floor_decal/spline/fancy/wood{ dir = 5 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/wood, /area/horizon/command/heads/captain) "yja" = ( @@ -182305,10 +182413,6 @@ pixel_x = 5; pixel_y = 9 }, -/obj/item/clipboard{ - pixel_y = -2; - pixel_x = -6 - }, /obj/item/paper_bin{ pixel_x = 4; pixel_y = 2 @@ -182317,6 +182421,10 @@ /obj/machinery/light_switch/south{ pixel_x = -6 }, +/obj/item/paper/stickynotes/pad/random{ + pixel_x = -10; + pixel_y = -3 + }, /turf/simulated/floor/tiled, /area/horizon/engineering/lobby) "yjX" = (