From f419ada1e096548d2f1be8155ec623f6537d5539 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:02:52 -0400 Subject: [PATCH] Updates the whiteship paper to a lore console (#30059) --- .../RandomRuins/SpaceRuins/submaps/whiteship_submaps.dmm | 3 +-- code/modules/awaymissions/mission_code/ruins/whiteship.dm | 8 ++++++++ code/modules/paperwork/paper.dm | 5 ----- paradise.dme | 1 + 4 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 code/modules/awaymissions/mission_code/ruins/whiteship.dm diff --git a/_maps/map_files/RandomRuins/SpaceRuins/submaps/whiteship_submaps.dmm b/_maps/map_files/RandomRuins/SpaceRuins/submaps/whiteship_submaps.dmm index 44d0a71569f..b256631decc 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/submaps/whiteship_submaps.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/submaps/whiteship_submaps.dmm @@ -145,8 +145,7 @@ /turf/template_noop, /area/template_noop) "hz" = ( -/obj/machinery/computer/nonfunctional, -/obj/item/paper/white_ship_telepad, +/obj/machinery/computer/loreconsole/whiteship, /turf/simulated/floor/plasteel{ icon_state = "darkyellow"; dir = 1 diff --git a/code/modules/awaymissions/mission_code/ruins/whiteship.dm b/code/modules/awaymissions/mission_code/ruins/whiteship.dm new file mode 100644 index 00000000000..c1ccf9a0e22 --- /dev/null +++ b/code/modules/awaymissions/mission_code/ruins/whiteship.dm @@ -0,0 +1,8 @@ +// MARK: LORE CONSOLES + +/obj/machinery/computer/loreconsole/whiteship + entries = list( + new/datum/lore_console_entry( + "DON'T FORGET AGAIN.", + {"Make sure to not forget the link code for the telepads. +Rather not get stuck out here for a few more weeks, it was bad enough when we lost the code last time at home base."})) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 19da475a24f..f32f210d82c 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -871,11 +871,6 @@ We go now to purge the dogs from the hole we know they hide within, and then The Eminance shall then call us back to Reebe so that we may begin preperations for His awakening.

\ The guardians shall protect the monastery in our stead. Make use of its supplies and prepare for our return, together we shall all finalize His vison." -/obj/item/paper/white_ship_telepad - name = "Don't forget" - info = "Make sure to not forget the link code for the telepad. Rather not get stuck out here for a few more weeks." - - /obj/item/paper/zombie_cure name = "paper - 'Research on Zombies'" diff --git a/paradise.dme b/paradise.dme index 772467d1930..378b356da8a 100644 --- a/paradise.dme +++ b/paradise.dme @@ -1851,6 +1851,7 @@ #include "code\modules\awaymissions\mission_code\ruins\syndiecakesfactory.dm" #include "code\modules\awaymissions\mission_code\ruins\telecomns.dm" #include "code\modules\awaymissions\mission_code\ruins\watcher_grave.dm" +#include "code\modules\awaymissions\mission_code\ruins\whiteship.dm" #include "code\modules\awaymissions\mission_code\ruins\wizardcrash.dm" #include "code\modules\buildmode\bm_mode.dm" #include "code\modules\buildmode\buildmode.dm"