Updates the whiteship paper to a lore console (#30059)

This commit is contained in:
Qwertytoforty
2025-08-21 20:02:52 +00:00
committed by GitHub
parent 256e07a6fc
commit f419ada1e0
4 changed files with 10 additions and 7 deletions
@@ -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
@@ -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."}))
-5
View File
@@ -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.<br><br>\
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'"
+1
View File
@@ -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"