From bd02ad4b78157f15ef2dc344926d7eb5830d964a Mon Sep 17 00:00:00 2001 From: izac112 Date: Fri, 15 Dec 2023 09:11:56 +0100 Subject: [PATCH] Updates readme and fixes books slightly --- README.md | 2 +- code/game/objects/items/weapons/manuals.dm | 24 +++++++++---------- code/game/objects/items/weapons/manuals_vr.dm | 10 ++++---- .../carbon/human/species/station/greyYW.dm | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a3c3aa3d29..1ff396a057 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![forthebadge](http://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/compatibility-club-penguin.svg)](http://forthebadge.com) [![forthebadge](http://forthebadge.com/images/badges/no-ragrets.svg)](http://forthebadge.com) -[Website (we dont have one)](https://www.youtube.com/watch?v=oHg5SJYRHA0) - [Forums](https://yawn-widerstation.proboards.com/) - [Wiki](https://yawn.izac.live/index.php?title=Main_Page) - [Discord](https://discord.gg/Wh27EAY) +[Website (we dont have one)](https://www.youtube.com/watch?v=oHg5SJYRHA0) - [Forums](https://yawn-widerstation.proboards.com/) - [Wiki](https://yawn.izac.live/Main_Page) - [Discord](https://discord.gg/Wh27EAY) Going to make a Pull Request? Make sure you read the [CONTRIBUTING.md](.github/CONTRIBUTING.md) first! diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index c0bfe453fb..0e6d180221 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -13,7 +13,7 @@ author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned title = "Station Repairs and Construction" -/obj/item/weapon/book/manual/engineering_construction/New() +/obj/item/weapon/book/manual/engineering_construction/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -21,7 +21,7 @@ - + @@ -291,7 +291,7 @@ author = "Engineering Encyclopedia" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned title = "Hacking" -/obj/item/weapon/book/manual/engineering_hacking/New() +/obj/item/weapon/book/manual/engineering_hacking/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -299,7 +299,7 @@ - + @@ -647,13 +647,13 @@ author = "Simple Robotics" // Who wrote the thing, can be changed by pen or PC. It is not automatically assigned title = "Guide to Robotics" -/obj/item/weapon/book/manual/robotics_manual/New() +/obj/item/weapon/book/manual/robotics_manual/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" - + "} @@ -872,7 +872,7 @@ author = "The Company" title = "Corporate Regulations" -/obj/item/weapon/book/manual/security_space_law/New() +/obj/item/weapon/book/manual/security_space_law/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -880,7 +880,7 @@ - + @@ -897,7 +897,7 @@ author = "Medical Department" title = "Medical Diagnostics Manual" -/obj/item/weapon/book/manual/medical_diagnostics_manual/New() +/obj/item/weapon/book/manual/medical_diagnostics_manual/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -931,7 +931,7 @@
- + @@ -945,7 +945,7 @@ author = "Engineering Encyclopedia" title = "Engineering Textbook" -/obj/item/weapon/book/manual/engineering_guide/New() +/obj/item/weapon/book/manual/engineering_guide/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -953,7 +953,7 @@ - + diff --git a/code/game/objects/items/weapons/manuals_vr.dm b/code/game/objects/items/weapons/manuals_vr.dm index 1325a0e1ca..b6659ebdf6 100644 --- a/code/game/objects/items/weapons/manuals_vr.dm +++ b/code/game/objects/items/weapons/manuals_vr.dm @@ -6,7 +6,7 @@ author = "NanoTrasen" title = "Standard Operating Procedure" -/obj/item/weapon/book/manual/standard_operating_procedure/New() +/obj/item/weapon/book/manual/standard_operating_procedure/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -14,7 +14,7 @@ - + @@ -29,7 +29,7 @@ author = "Jeremiah Acacius" title = "Corporate Regulations" -/obj/item/weapon/book/manual/command_guide/New() +/obj/item/weapon/book/manual/command_guide/New() // YW EDIT: adds index.php?title= to dat ..() dat = {" @@ -37,7 +37,7 @@ - + @@ -733,4 +733,4 @@ -"} \ No newline at end of file +"} diff --git a/code/modules/mob/living/carbon/human/species/station/greyYW.dm b/code/modules/mob/living/carbon/human/species/station/greyYW.dm index 55c06af5c7..cb346b6adf 100644 --- a/code/modules/mob/living/carbon/human/species/station/greyYW.dm +++ b/code/modules/mob/living/carbon/human/species/station/greyYW.dm @@ -12,7 +12,7 @@ another galaxy, greys have chosen mauna-b to act as their home planet due to high amount of grey\ residing in there." - wikilink = "https://yawn.izac.live/index.php?title=Grey" + wikilink = "https://yawn.izac.live/Grey" catalogue_data = list(/datum/category_item/catalogue/fauna/grey) num_alternate_languages = 3