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

Docking update and bug fixes (i got rid of the funny name) #6953

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions citadel.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5391,6 +5391,7 @@
#include "interface\menus\main.dm"
#include "maps\endeavour\endeavour-areas.dm"
#include "maps\endeavour\endeavour-overmap.dm"
#include "maps\endeavour\endeavour-papers.dm"
#include "maps\endeavour\endeavour-sectors.dm"
#include "maps\endeavour\endeavour-shuttle-landmarks.dm"
#include "maps\endeavour\endeavour-turbolifts.dm"
Expand Down
5 changes: 5 additions & 0 deletions maps/endeavour/endeavour-papers.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/obj/item/paper/pamphlet/substation
name = "Notice to NSV Endeavour Auxiliary Engineering Staff"
desc = "Some sort of technical information regarding this generator doohickey"
info = "Hello! <br><br> If you are reading this, you are attempting to activate the back up supply generators for an Endeavour Class vessel! <br><br>Please take note! Distribute the fuel among four or more generators, and be sure to leave them connected to each other via the breakers! This ships is divided into power zones, rather than departmental power subgrids. Powering the generators and leaving them connected to the secondary net will combine the power of all the generators and power the ship via this combined effort. If part of the ship is damaged, and you need to get power up to your section of the ship, *then* disconnect your area of interest. <br><br> Thank you for reading, and have a secure day!"
Loading
Loading