From c9aa979e64e96e746ffda704ceacb2cdffd8c627 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:12:19 +0100 Subject: [PATCH] Rewrites + spellchecks the seed vault papers (#24747) * Wow this was something * Update code/modules/paperwork/paper.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Update code/modules/paperwork/paper.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * Update code/modules/paperwork/paper.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Update code/modules/paperwork/paper.dm Co-authored-by: Charlie Nolan --------- Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: Charlie Nolan --- .../RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm | 2 +- code/modules/paperwork/paper.dm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm index 96f5eb542f8..9033770b36c 100644 --- a/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm +++ b/_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm @@ -401,7 +401,7 @@ /obj/item/seeds/grass{ name = "modificated pack of grass seeds" }, -/obj/item/paper/seed_vault/terraformation, +/obj/item/paper/seed_vault/terraforming_introduction, /turf/simulated/floor/plasteel/freezer, /area/ruin/powered/seedvault) "QX" = ( diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 818ef374563..c484d8daf50 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -705,11 +705,11 @@ /obj/item/paper/seed_vault name = "Seed Vault Objective" - info = "
Seed Vault objective:
\ Your creator send you to planet SN-856B in Jansev4 system to preform terraformation.
To Help you with terraforming we provided you with:
- 4 compact pickaxes
- 4 extended-capacity emergency oxygen tank
- 4 breathing masks
- 4 bees starter kits
- Full botanical setup

Introduction for Experimental terraformation you will find inside Pilot room." + info = "
Seed Vault objective:
\ Your creator has sent you to planet SN-856B in the Jansev4 system to perform terraforming.
To assist you in your task, we provided you with:
- 4 compact pickaxes
- 4 extended-capacity emergency oxygen tanks
- 4 breathing masks
- 4 bee starter kits
- A fully functional botanical setup

You will find an Introduction for Experimental Terraforming inside the cockpit." -/obj/item/paper/seed_vault/terraformation +/obj/item/paper/seed_vault/terraforming_introduction name = "Terraformation Experiment for SN-856B" - info = "Thanks to genetic engineering, we modified this grass to be able grow on a rocky, waterless environment. Remember to grow the grass seeds first and when it matures, weave them together to create patches of grass; after you place them down, anchor it down to the terrain so they will start to spread roots deep inside. After all steps are done, repeat it until you cover as much ground as possible. After a certain amount of time it will start producing oxygen, with will begin to increase the density of the atmosphere." + info = "Thanks to genetic engineering, we modified this grass to be able grow in rocky, waterless environments. Remember to grow the grass seeds first and when it matures, weave them together to create patches of grass. Cover as much ground with these patches as you can, and with time it will start producing oxygen, which will begin to increase the density of the atmosphere." /obj/item/paper/seed_vault/autopilot_logs name = "Automatical Logs Printout"