Skip to content

Commit

Permalink
Fixes + Changelog (#18596)
Browse files Browse the repository at this point in the history
  • Loading branch information
furrycactus authored Mar 5, 2024
1 parent a6ec1e8 commit 2cbf6ac
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
42 changes: 42 additions & 0 deletions html/changelogs/furrycactus - intrepid access fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################

# Your name.
author: Furrycactus

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- maptweak: "Fixes an access problem with the Intrepid fueling compartment that unintentionally made most jobs unable to access it."
- maptweak: "Moved Intrepid cryo to the port thruster compartment instead of starboard and removed access requirements on that airlock, so people can cryo if they're on the Intrepid without needing someone to let them in to do it."
25 changes: 12 additions & 13 deletions maps/sccv_horizon/sccv_horizon-1_deck_1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4884,8 +4884,7 @@
},
/obj/machinery/door/airlock/hatch{
dir = 1;
name = "Thruster Compartment";
req_access = list(73)
name = "Thruster Compartment"
},
/obj/structure/cable/green{
icon_state = "1-2"
Expand Down Expand Up @@ -8918,8 +8917,11 @@
/obj/structure/bed/handrail{
dir = 4
},
/obj/machinery/alarm/west,
/obj/machinery/power/apc/intrepid/east,
/obj/machinery/computer/cryopod{
pixel_x = 28;
pixel_y = 7
},
/obj/machinery/power/apc/intrepid/west,
/turf/simulated/floor/plating,
/area/shuttle/intrepid/engine_compartment)
"fYt" = (
Expand Down Expand Up @@ -9334,7 +9336,7 @@
/obj/machinery/door/airlock/hatch{
dir = 1;
name = "Thruster Compartment";
req_access = list(73)
req_one_access = list(73,11,24)
},
/turf/simulated/floor/plating,
/area/shuttle/intrepid/engine_compartment)
Expand Down Expand Up @@ -10867,10 +10869,10 @@
/area/shuttle/intrepid/cargo_bay)
"hqn" = (
/obj/structure/lattice/catwalk/indoor,
/obj/structure/closet/firecloset/full,
/obj/machinery/light/small/red{
dir = 4
},
/obj/machinery/cryopod,
/turf/simulated/floor/plating,
/area/shuttle/intrepid/engine_compartment)
"hqo" = (
Expand Down Expand Up @@ -13356,7 +13358,7 @@
/area/hallway/primary/aft)
"jkq" = (
/obj/structure/lattice/catwalk/indoor,
/obj/machinery/cryopod,
/obj/structure/closet/firecloset/full,
/turf/simulated/floor/plating,
/area/shuttle/intrepid/engine_compartment)
"jks" = (
Expand Down Expand Up @@ -27047,10 +27049,6 @@
"sDd" = (
/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
/obj/structure/lattice/catwalk/indoor,
/obj/machinery/computer/cryopod{
pixel_x = 28;
pixel_y = 7
},
/obj/structure/bed/handrail{
dir = 8
},
Expand Down Expand Up @@ -28262,6 +28260,7 @@
dir = 1
},
/obj/machinery/recharge_station,
/obj/machinery/alarm/west,
/turf/simulated/floor/plating,
/area/shuttle/intrepid/engine_compartment)
"twq" = (
Expand Down Expand Up @@ -30160,7 +30159,7 @@
},
/obj/effect/floor_decal/industrial/outline/emergency_closet,
/obj/machinery/door/window/southright{
req_access = list(73,11)
req_one_access = list(73,11,24)
},
/obj/machinery/light_switch{
pixel_x = 21;
Expand Down Expand Up @@ -32936,7 +32935,7 @@
/obj/machinery/door/airlock/hatch{
dir = 4;
name = "Utility and Atmosphere Control";
req_access = list(73,11)
req_one_access = list(73,11,24)
},
/obj/structure/cable{
icon_state = "4-8"
Expand Down

0 comments on commit 2cbf6ac

Please sign in to comment.