mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Service remap fine-tuning (#22822)
Makes a large number of mostly small changes to the recently remapped service wing, now that it's had a few days to stew. Adds urban signs for service staff facilities and washrooms, adds such a sign to every other washroom, and makes a little more space on the bar back counter. Also implements significant remaps to the new service washroom and bar. <img width="718" height="382" alt="image" src="https://github.com/user-attachments/assets/5490ad76-3b1e-47c0-9026-984b6412893f" /> The washroom now connects both sides of service, and contains a washing machine. Should make the space more useful. <img width="632" height="598" alt="image" src="https://github.com/user-attachments/assets/401da10c-7410-4e4c-8b12-a0575fb6db19" /> The bar's drinks vendor and showcase have been moved into the centre with full density. Cons of this design: - It's cramped compared to the current design, which may lead to congestion. Pros of this design: - The vendor and showcase are no longer pixel shifted! You can now move them about without dismantling tables. The showcase is also close to the counter, which may be useful on the off-chance it's ever resprited to not just be a fridge. - The bar is now more packed, which I think feels more appropriate for a ship service facility than the current design. - You can lean on the vendor (as seen above!) to alleviate issues with congestion. It's designed similarly to the kitchens 1-turf lanes in that, insofar as there's only two bartenders, it's impossible to be blocked from getting to one turf in the bar by someone else unless they are standing on the exact turf you want to be standing on, without leaning. Doesn't scale well above two bartenders, but there frankly isn't enough gameplay for 3+ to begin with anyway. <img width="224" height="256" alt="image" src="https://github.com/user-attachments/assets/74494b55-e070-4277-b73b-b348b3d5d5f2" /> Rejigged the karaoke lounge's turfs a little. The sofa is now red rather than orange. <img width="384" height="256" alt="image" src="https://github.com/user-attachments/assets/e3f989ef-d1d7-4a89-81fa-8d59287eba95" /> Did the same with the public garden, to fit in better with the rest of the department. <img width="128" height="96" alt="image" src="https://github.com/user-attachments/assets/94705f68-42a4-40a2-842d-f1f17f022718" /> The navigation console has a chair now. Doesn't meaningfully conflict with https://github.com/Aurorastation/Aurora.3/pull/22801, and doesn't really touch the kitchen or hydroponics.
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
################################
|
||||
# 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
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: hazelmouse
|
||||
|
||||
# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Implemented small remaps of the service washroom and bar."
|
||||
- rscadd: "Resolved an unwanted interaction with the chaplain's corpse disposals chute."
|
||||
- rscadd: "Implemented several small tweaks to the service department, inclusive of lighting changes, swapped turfs, and realigned machinery."
|
||||
+4302
-4070
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user