From 79129773b6161c211a2f928260a0278a18cd83ee Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sat, 20 Aug 2022 13:12:50 +0200 Subject: [PATCH] Fixes date from 2542 to 2302 in lorebook --- code/modules/lore_codex/robutt_data/main_robutts.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/lore_codex/robutt_data/main_robutts.dm b/code/modules/lore_codex/robutt_data/main_robutts.dm index 396a04883c6..b9d4b75b2a3 100644 --- a/code/modules/lore_codex/robutt_data/main_robutts.dm +++ b/code/modules/lore_codex/robutt_data/main_robutts.dm @@ -1,7 +1,7 @@ /datum/lore/codex/category/main_robutts // The top-level categories for the robot guide name = "Index" - data = "Temporary death, emancipation, and even basic body migration can be a stressful period in anyone's life. The prosthetics market is complicated, and many corporations view misleading or outright decieving potential clients as \"part of the game\". This Buyer's Guide was compiled in 2542 to serve as an easy reference to the most popular prosthetics available, with consideration paid to every use-case and price point. This is our 12th edition, and much has changed in the field of prosthetics since we first set out. We hope you find the information in this guide helpful." + data = "Temporary death, emancipation, and even basic body migration can be a stressful period in anyone's life. The prosthetics market is complicated, and many corporations view misleading or outright decieving potential clients as \"part of the game\". This Buyer's Guide was compiled in 2302 to serve as an easy reference to the most popular prosthetics available, with consideration paid to every use-case and price point. This is our 12th edition, and much has changed in the field of prosthetics since we first set out. We hope you find the information in this guide helpful." children = list( /datum/lore/codex/category/pros_by_brand, /datum/lore/codex/category/other_information, - ) \ No newline at end of file + )