Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentComm Map Updates #34475

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

minus1over12
Copy link
Contributor

@minus1over12 minus1over12 commented Jan 17, 2025

About the PR

  • Added shutters to the armory to increase the effort needed for using death squad equipment to EORG. The armory blast doors and shutters are resistant to door remotes.
  • The button to control the death squad armory doors is now CentComm locked.
  • Added more figurines to populate security and the command debriefing room.
  • Moved QM's locker from cargo to command debriefing gear room.
  • Salvage specialist locker was added in place of where the QM locker was.
  • Added HOP's locker to command debriefing room to finish the set.
  • Brig doors are now brig doors.
  • Chemistry doors are now chemistry doors.
  • Cargo external airlocks are now cargo external airlocks.
  • Lawyer doors are now lawyer (and security) doors.
  • More screens were added to make it easier to tell how much time is left until the round restarts.
  • Protolathe was removed from engineering (Engineering needs protolathes removed from maps #33945).
  • Gas pipe sensors were added.
  • Gas pump and mixer values were preset.
  • APCs were changed from the basic to the hyper model to resist EORG bombings for a bit longer.
  • SMES were changed from the basic to the advanced model.
  • Migrations changed some stuff
  • An unhandled exception that occurred on the client when access to a non-airlock door was denied no longer happens.
  • A security hardsuit was added next to the security external airlock.
  • Air miners were switched to the higher pressure variant to recover from EORG bombing faster.
  • Air miners are now surrounded in reinforced plasma glass to reduce risk of a leak.
  • Paramedic and medical doctor lockers were added to the cloning room (the main room is too full)
  • A medicine wall locker was added to medical to provide extra supplies.
  • The first aid kit in medical was replaced with an advanced first aid kit.
  • Supply was given an ore processor and a particle decelerator crate.
  • The maiden statues were moved to allow for command debriefing roleplay.
  • The command debriefing room was changed to command access to allow command debriefing roleplay.
  • The central commander's toilet is now gold.

Why / Balance

  • EORG messes with roleplay.
  • CentComm should logically have top of the line equipment and resources, it's Central Command.
  • The debriefing room rarely gets to see use in its current state.

Technical details

1 line of C# was changed to fix a bug needed to protect the armory. A few CentComm locked variants of prototypes were added. The CentComm map was updated.

Media

CentComm-0

Requirements

Breaking changes

Changelog

🆑 WarPigeon

  • tweak: The debriefing room in CentComm is now open to heads of staff for end of round roleplay.

@github-actions github-actions bot added Changes: Map Changes: Might require knowledge of mapping. size/L Denotes a PR that changes 1000-4999 lines. S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels Jan 17, 2025
@minus1over12 minus1over12 changed the title Feature/centcomm up CentComm Map Updates Jan 17, 2025
@Djungelskog2
Copy link

Love all the changes, but I would prefer the briefing room keeps centcomm access

@lzk228
Copy link
Contributor

lzk228 commented Jan 17, 2025

eorp on my eorg server? what???

@Emisse
Copy link
Contributor

Emisse commented Jan 17, 2025

map was saved wrong, need to save as grid

@Lyroth001
Copy link
Contributor

I would say that while EORG does mess with roleplay, it also doesn't happen on the MRP servers at least, and LRP doesnt really see end of round RP even when EORG doesnt happen

@IProduceWidgets
Copy link
Contributor

image
Para locker feels out of place blocking the walkway.

Also yes, please resave as grid.

Otherwise the changes seem good. Thanks for doing that.

Comment on lines +57 to +58
if (isAirlock)
_doorSystem.Deny(args.Target.Value, doorComp, args.User);
Copy link
Contributor

@IProduceWidgets IProduceWidgets Jan 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will impact remotes working on all shutters, blastdoors, gates (and curtains lmao). Probably fine?

Also looks like it stops them from denying on firelocks though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: Map Changes: Might require knowledge of mapping. S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. size/L Denotes a PR that changes 1000-4999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants