mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Fixes Hilbert Hotel's 'note to the institute' and Cybersun's password [MDB IGNORE] (#15688)
* Fixes Hilbert Hotel's 'note to the institute' and Cybersun's password (#69237) * Fixes Hilbert Hotel's paper Initialize has to set the raw text before calling parent, as paper's base Initialize is when it checks for raw text to add onto the paper. All other papers already follow this standard, this was just the odd one out. * I lied, there was another case. * Fixes Hilbert Hotel's 'note to the institute' and Cybersun's password Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
@@ -55,10 +55,10 @@ GLOBAL_VAR_INIT(fscpassword, generate_password())
|
||||
name = "Old pamphlet"
|
||||
|
||||
/obj/item/paper/fluff/ruins/forgottenship/password/Initialize(mapload)
|
||||
. = ..()
|
||||
default_raw_text = "Welcome to most advanced cruiser owned by Cyber Sun Industries!<br>You might notice, that this cruiser is equipped with 12 prototype laser turrets making any hostile boarding attempts futile.<br>Other facilities built on the ship are: Simple atmospheric system, Camera system with built-in X-ray visors and Safety module, enabling emergency engines in case of... you know, emergency.<br>Emergency system will bring you to nearest syndicate pod containing everything needed for human life.<br><br><b>In case of emergency, you must remember the pod-door activation code - [GLOB.fscpassword]</b><br><br>Cyber Sun Industries (C) 2484."
|
||||
icon_state = "paper_words"
|
||||
inhand_icon_state = "paper"
|
||||
return ..()
|
||||
|
||||
/obj/item/paper/fluff/ruins/forgottenship/powerissues
|
||||
name = "Power issues"
|
||||
|
||||
@@ -542,7 +542,6 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
name = "note to the institute"
|
||||
|
||||
/obj/item/paper/crumpled/ruins/note_institute/Initialize(mapload)
|
||||
. = ..()
|
||||
default_raw_text = {"Note to the Institute<br>
|
||||
If you're reading this, I hope you're from the Institute. First things first, I should apologise. I won't be coming back to teach in the new semester.<br>
|
||||
We've made some powerful enemies. Very powerful. More powerful than any of you can imagine, and so we can't come back.<br>
|
||||
@@ -551,6 +550,8 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
Best of luck with the research. From all of us in the Hilbert Group, it's been a pleasure working with you.<br>
|
||||
- David, Phil, Fiona and Jen"}
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/item/paper/crumpled/ruins/postdocs_memo
|
||||
name = "memo to the postdocs"
|
||||
default_raw_text = {"Memo to the Postdocs
|
||||
|
||||
Reference in New Issue
Block a user