diff --git a/baystation12.int b/baystation12.int
index 58f198e278..4ff0d83c44 100644
--- a/baystation12.int
+++ b/baystation12.int
@@ -1,11 +1,9 @@
// BEGIN_INTERNALS
/*
MAP_ICON_TYPE: 0
-WINDOW: maps\tgstation2.dmm
LAST_COMPILE_VERSION: 503.1224
-DIR: maps
-FILE: maps\tgstation2.dmm
-LAST_COMPILE_TIME: 1392461936
+DIR: code code\game code\game\objects code\game\objects\items code\game\objects\items\weapons code\game\objects\random code\modules code\modules\library icons icons\obj maps
+LAST_COMPILE_TIME: 1392478062
AUTO_FILE_DIR: OFF
*/
// END_INTERNALS
diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm
index efe862d79b..0f24c403cd 100644
--- a/code/game/objects/items/weapons/manuals.dm
+++ b/code/game/objects/items/weapons/manuals.dm
@@ -713,6 +713,52 @@
"}
+
+/obj/item/weapon/book/manual/medical_diagnostics_manual
+ name = "NT Medical Diagnostics Manual"
+ desc = "First, do no harm. A detailed medical practitioner's guide."
+ icon_state = "bookMedical"
+ author = "Nanotrasen Medicine Department"
+ title = "NT Medical Diagnostics Manual"
+
+ dat = {"
+
+
+
+
+
+ The Oath
+ The Medical Oath sworn by recognised medical practitioners in the employ of Nanotrasen
+
+ Now, as a new doctor, I solemnly promise that I will to the best of my ability serve humanity-caring for the sick, promoting good health, and alleviating pain and suffering.
+
+ I recognise that the practice of medicine is a privilege with which comes considerable responsibility and I will not abuse my position.
+
+ I will practise medicine with integrity, humility, honesty, and compassion-working with my fellow doctors and other colleagues to meet the needs of my patients.
+
+ I shall never intentionally do or administer anything to the overall harm of my patients.
+
+ I will not permit considerations of gender, race, religion, political affiliation, sexual orientation, nationality, or social standing to influence my duty of care.
+
+ I will oppose policies in breach of human rights and will not participate in them. I will strive to change laws that are contrary to my profession's ethics and will work towards a fairer distribution of health resources.
+
+ I will assist my patients to make informed decisions that coincide with their own values and beliefs and will uphold patient confidentiality.
+
+ I will recognise the limits of my knowledge and seek to maintain and increase my understanding and skills throughout my professional life. I will acknowledge and try to remedy my own mistakes and honestly assess and respond to those of others.
+
+ I will seek to promote the advancement of medical knowledge through teaching and research.
+
+ I make this declaration solemnly, freely, and upon my honour.
+
+
+
+
+
+
+
+ "}
+
+
/obj/item/weapon/book/manual/engineering_guide
name = "Engineering Textbook"
icon_state ="bookEngineering2"
@@ -725,7 +771,7 @@
-
+