Skip to content

Commit

Permalink
Changes + Changelog (#18402)
Browse files Browse the repository at this point in the history
  • Loading branch information
furrycactus authored Feb 17, 2024
1 parent fbe4dc5 commit fe8b670
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
43 changes: 43 additions & 0 deletions html/changelogs/furrycactus - morgue and cremation fixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
################################
# 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:
- rscadd: "Fixed the buttons in the Medical Morgue and Cremation rooms being a bit funny with the shutters."
- rscadd: "Renamed the Autopsy and Cremation door to just Cremation."
- rscadd: "Gave Pharmacists access to the Morgue and Cremation prep room."
10 changes: 5 additions & 5 deletions maps/sccv_horizon/sccv_horizon-1_deck_1.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -12419,7 +12419,7 @@
/obj/machinery/door/airlock/medical{
dir = 1;
name = "Morgue";
req_access = list(6)
req_one_access = list(6,33)
},
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
Expand Down Expand Up @@ -14323,8 +14323,8 @@
},
/obj/machinery/door/airlock/medical{
dir = 4;
name = "Autopsy and Cremation";
req_access = list(6)
name = "Cremation";
req_one_access = list(6,33)
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
Expand Down Expand Up @@ -25738,7 +25738,7 @@
dir = 5
},
/obj/machinery/button/remote/blast_door{
id = "shutters_deck1_morgue2";
id = "shutters_deck1_morgue";
name = "Viewing Shutters";
pixel_y = 25
},
Expand Down Expand Up @@ -50542,7 +50542,7 @@ rPO
hQO
sfj
uHw
qZW
lIg
joW
doK
wsT
Expand Down

0 comments on commit fe8b670

Please sign in to comment.